export default function RootLayout({ children }) { return ( <html lang="en"> <body>{children}</body> </html> ) } export const revalidate = 0