MCPcopy Create free account
hub / github.com/admineral/OpenAI-Assistant-API-Chat / RootLayout

Function RootLayout

app/layout.tsx:16–27  ·  view source on GitHub ↗
({ children }: { children: ReactNode })

Source from the content-addressed store, hash-verified

14};
15
16export default function RootLayout({ children }: { children: ReactNode }) {
17 return (
18 <html lang="en">
19 <body className={inter.className}>
20 {children}
21 <Toaster />
22 <SpeedInsights /> {/* Add SpeedInsights */}
23 </body>
24 <Analytics />
25 </html>
26 );
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected