MCPcopy Create free account
hub / github.com/bufferhead-code/nextjs-use-php / RootLayout

Function RootLayout

src/app/layout.tsx:12–22  ·  view source on GitHub ↗
({
  children,
}: {
  children: React.ReactNode
})

Source from the content-addressed store, hash-verified

10}
11
12export default function RootLayout({
13 children,
14}: {
15 children: React.ReactNode
16}) {
17 return (
18 <html lang="en">
19 <body className={inter.className}>{children}</body>
20 </html>
21 )
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected