© 2026 Hedgehog Software, LLC
// app/layout.tsx export default function RootLayout({ children }) { return ( <html lang="en"> <body>{children}</body> </html> ); }
binding element 'children' implicitly has an 'any' type.