MCPcopy Create free account
hub / github.com/bitiful/send / RootLayout

Function RootLayout

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…