We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6b2cdf + 3a4f54b commit cf9b4c1Copy full SHA for cf9b4c1
src/store/configureStore.dev.js
@@ -2,7 +2,7 @@
2
//This boilerplate file is likely to be the same for each project that uses Redux.
3
//With Redux, the actual stores are in /reducers.
4
5
-import { createStore } from 'redux';
+import { createStore, compose } from 'redux';
6
import rootReducer from '../reducers';
7
8
export default function configureStore(initialState) {
0 commit comments