import RootStyleRegistry from './root-style-registry' export default function Root({ children }) { return ( {children} ) }