There was an error while loading. Please reload this page.
1 parent 547ea19 commit 7d50489Copy full SHA for 7d50489
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