There was an error while loading. Please reload this page.
2 parents 547ea19 + 7d50489 commit a7a23c6Copy full SHA for a7a23c6
src/store.js
@@ -3,7 +3,6 @@ import { routerMiddleware } from 'react-router-redux';
3
import thunk from 'redux-thunk';
4
import createHistory from 'history/createBrowserHistory';
5
import rootReducer from './modules';
6
-import { composeWithDevTools } from 'redux-devtools-extension';
7
8
export const history = createHistory();
9
0 commit comments