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

Function RootLayout

Video 123/comps/app/layout.js:13–27  ·  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
17 <body className={inter.className}>
18 <Navbar />
19 <div className="container max-w-[60rem] mx-auto my-5 min-h-screen">
20
21 {children}
22 </div>
23 <Footer/>
24 </body>
25 </html>
26 );
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected