next.js/bench/module-cost/app/layout.js
layout.js9 lines147 B
export default function Layout({ children }) {
  return (
    <html lang="en">
      <head></head>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN