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