next.js/test/production/app-dir/client-components-tree-shaking/app/layout.js
layout.js10 lines161 B
export default function RootLayout({ children }) {
  return (
    <html>
      <body>{children}</body>
    </html>
  )
}

export const dynamic = 'force-dynamic'
Quest for Codev2.0.0
/
SIGN IN