next.js/test/production/escheck-output/app/layout.js
layout.js9 lines136 B
export default function RootLayout({ children }) {
  return (
    <html>
      <head />
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN