next.js/test/production/chunk-load-failure/app/layout.tsx
layout.tsx9 lines142 B
export default function Layout({ children }) {
  return (
    <html lang="en">
      <head />
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN