This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import App, { Container } from 'next/app' | |
import React from 'react' | |
import { Provider } from 'react-redux' | |
import withRedux from 'next-redux-wrapper' | |
import CssBaseline from '@material-ui/core/CssBaseline'; | |
import NProgress from 'nprogress' | |
import Router from 'next/router' | |
import { withTheme } from '@material-ui/styles'; | |
import withReduxStore from '../lib/with-redux-store' | |
import { persistStore } from 'redux-persist' |