Skip to content

Commit cf9b4c1

Browse files
committed
Merge pull request #85 from shallker/master
Fix compose error in configure store dev version
2 parents e6b2cdf + 3a4f54b commit cf9b4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/configureStore.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//This boilerplate file is likely to be the same for each project that uses Redux.
33
//With Redux, the actual stores are in /reducers.
44

5-
import { createStore } from 'redux';
5+
import { createStore, compose } from 'redux';
66
import rootReducer from '../reducers';
77

88
export default function configureStore(initialState) {

0 commit comments

Comments
 (0)