MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / RootLayout

Function RootLayout

apps/baseai.dev/src/app/docs/[section]/[slug]/layout.tsx:58–65  ·  view source on GitHub ↗
({
	children
}: {
	children: React.ReactNode;
	params: Promise<{ section: string; slug: string }>;
})

Source from the content-addressed store, hash-verified

56}
57
58export default async function RootLayout({
59 children
60}: {
61 children: React.ReactNode;
62 params: Promise<{ section: string; slug: string }>;
63}) {
64 return <>{children}</>;
65}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected