next.js/test/e2e/app-dir/use-server-inserted-html/app/layout.js
layout.js12 lines225 B
import RootStyleRegistry from './root-style-registry'

export default function Root({ children }) {
  return (
    <html>
      <body>
        <RootStyleRegistry>{children}</RootStyleRegistry>
      </body>
    </html>
  )
}
Quest for Codev2.0.0
/
SIGN IN