next.js/test/e2e/app-dir/cache-components-errors/fixtures/dev-cache-bypass/app/layout.tsx
layout.tsx10 lines175 B
export default function Root({ children }: { children: React.ReactNode }) {
  return (
    <html>
      <body>
        <main>{children}</main>
      </body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN