Skip to content

Commit 7d50489

Browse files
authored
chore: remove redundant devtool import
1 parent 547ea19 commit 7d50489

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { routerMiddleware } from 'react-router-redux';
33
import thunk from 'redux-thunk';
44
import createHistory from 'history/createBrowserHistory';
55
import rootReducer from './modules';
6-
import { composeWithDevTools } from 'redux-devtools-extension';
76

87
export const history = createHistory();
98

0 commit comments

Comments
 (0)