import { AppShell } from '@/components/AppShell'; export default function AppLayout({ children, }: { children: React.ReactNode; }) { return {children}; }