next.js/test/e2e/app-dir/emotion-js/app/layout.js
layout.js13 lines280 B
import EmotionRootStyleRegistry from './emotion-root-style-registry'

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