next.js/test/e2e/app-dir/instant-validation-static-shells/fixtures/invalid-blocking-page-below-static/app/layout.tsx
layout.tsx8 lines127 B
export default async function RootLayout({ children }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN