import EmotionRootStyleRegistry from './emotion-root-style-registry' export default function RootLayout({ children }) { return ( {children} ) }