next.js/test/production/standalone-mode/basic/app/layout.js
layout.js9 lines135 B
export default function Root({ children }) {
  return (
    <html>
      <head></head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN