next.js/test/e2e/transpile-packages/npm/app/layout.js
layout.js11 lines175 B
export default function Layout({ children }) {
  return (
    <html>
      <head>
        <title>My page</title>
      </head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN