next.js/test/e2e/app-dir/errors/app/layout.js
layout.js10 lines160 B
export default function RootLayout({ children }) {
  return (
    <html lang="en">
      <body>{children}</body>
    </html>
  )
}

export const revalidate = 0
Quest for Codev2.0.0
/
SIGN IN