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