import './App.scss'; import { Provider } from 'react-redux'; import Router from './router'; function App() { return (
); } export default App;