MCPcopy Create free account
hub / github.com/Seanium/ChatMap / RootLayout

Function RootLayout

app/layout.tsx:10–20  ·  view source on GitHub ↗
({
  children,
}: Readonly<{
  children: React.ReactNode
}>)

Source from the content-addressed store, hash-verified

8}
9
10export default function RootLayout({
11 children,
12}: Readonly<{
13 children: React.ReactNode
14}>) {
15 return (
16 <html lang="en">
17 <body>{children}</body>
18 </html>
19 )
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected