import { AppShell } from '@/components/layout/app-shell'; export default function AppGroupLayout({ children }: { children: React.ReactNode }) { return {children}; }