export default async function AppsLayout({ children }: { children: React.ReactNode }) { return
{children}
}