next.js/test/production/react-profiling-mode/app/layout.js
layout.js8 lines115 B
export default function Root({ children }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN