import { StyletronProvider } from 'styletron-react' import getStyletron from './styletron' export default ({ children }) => ( {children} )