'use client' import { AppSidebar } from './AppSidebar' import { SetupBanner } from './SetupBanner' interface AppShellProps { children: React.ReactNode } export function AppShell({ children }: AppShellProps) { return (