next.js/test/e2e/app-dir/app-fetch-deduping-errors/app/layout.tsx
layout.tsx11 lines192 B
export default function Layout({ children }) {
  return (
    <html lang="en">
      <head>
        <title>my static site</title>
      </head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN