import React from 'react'; import { Provider } from 'react-redux'; import './app.scss' export const Root = ({ store }) => ( ); const App = () => { return <>