next.js/test/e2e/app-dir/self-importing-package/app/layout.jsx
layout.jsx8 lines115 B
export default function Root({ children }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN