/** * Admin Dashboard Page * Placeholder for future admin functionality * Protected by AuthGuard in layout with requireAdmin=true */ /* istanbul ignore next - Next.js type import for metadata */ import type { Metadata } from 'next'; /* istanbul ignore next - Next.js metadata, not executable code */ export const metadata: Metadata = { title: 'Admin Dashboard', }; export default function AdminPage() { return (
Manage users, organizations, and system settings
Manage user accounts and permissions
Coming soon...
View and manage organizations
Coming soon...
System settings and configuration
Coming soon...