next.js/test/e2e/app-dir/back-button-download-bug/app/layout.js
layout.js9 lines151 B
export default function RootLayout({ children }) {
  return (
    <html lang="en">
      <head></head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN