import AdminNav from '@/admin/AdminNav'; export default async function AdminLayout({ children, }: { children: React.ReactNode }) { return (