next.js/test/production/app-dir/barrel-optimization/basic/app/layout.js
layout.js8 lines121 B
export default function RootLayout({ children }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN