next.js/test/production/app-dir-hide-suppressed-error-during-next-export/app/layout.js
layout.js8 lines117 B
export default function Layout({ children }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN