Spaces:
Build error
Build error
export default function RootLayout({ children }: { children: React.ReactNode }) { | |
return ( | |
<html lang="en"> | |
<body>{children}</body> | |
</html> | |
); | |
} | |