import { SideNav } from './SideNav'; export function AppShell({ children }: { children: React.ReactNode }) { return (
{children}
); }