import React from 'react'; import { Provider } from 'react-redux'; import Main from './src/Main'; import store from './src/Store/store' const App = () => (
) export default App