import type { Metadata } from 'next'; import { OverviewModule } from '@/components/admin/modules'; export const metadata: Metadata = { title: 'Admin', robots: { index: false, follow: false } }; export default function AdminPage() { return ; }