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

Function RootLayout

Video 123/website/app/layout.js:13–25  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

11};
12
13export default function RootLayout({ children }) {
14 return (
15 <html lang="en">
16 <body className={inter.className}>
17 <Navbar />
18 <div className="container mx-auto min-h-[85vh]">
19 {children}
20 </div>
21 <Footer />
22 </body>
23 </html>
24 );
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected