MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / RootLayout

Function RootLayout

Video 125/server-actions/app/layout.js:11–17  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

9};
10
11export default function RootLayout({ children }) {
12 return (
13 <html lang="en">
14 <body className={inter.className}>{children}</body>
15 </html>
16 );
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected