next.js/test/e2e/app-dir/app-compilation/app/layout.js
layout.js8 lines191 B
export default function Root({ children }) {
  return (
    <html className="this-is-the-document-html">
      <body className="this-is-the-document-body">{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN