import { Provider } from 'react-redux' import store from '../store' const MyApp = ({ Component, pageProps }) => { return ( ) } export default MyApp