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

Function RootLayout

Video 137/linktree-clone/app/layout.js:24–40  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

22};
23
24export default function RootLayout({ children }) {
25
26
27
28
29
30 return (
31 <html lang="en">
32 <body
33 className={`${geistSans.variable} ${geistMono.variable} antialiased`}
34 >
35 <Navbar/>
36 {children}
37 </body>
38 </html>
39 );
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected