MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / RootLayout

Function RootLayout

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected