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

Function RootLayout

Video 136/bitlinks/app/layout.js:22–33  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

20};
21
22export default function RootLayout({ children }) {
23 return (
24 <html lang="en">
25 <body
26 className={`${geistSans.variable} ${geistMono.variable} antialiased bg-purple-50`}
27 >
28 <Navbar/>
29 {children}
30 </body>
31 </html>
32 );
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected