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

Function RootLayout

Video 121/first/app/layout.js:12–21  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected