Skip to content

Commit

Permalink
Merge pull request #85 from shallker/master
Browse files Browse the repository at this point in the history
Fix compose error in configure store dev version
  • Loading branch information
coryhouse committed Mar 29, 2016
2 parents e6b2cdf + 3a4f54b commit cf9b4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/configureStore.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//This boilerplate file is likely to be the same for each project that uses Redux.
//With Redux, the actual stores are in /reducers.

import { createStore } from 'redux';
import { createStore, compose } from 'redux';
import rootReducer from '../reducers';

export default function configureStore(initialState) {
Expand Down

0 comments on commit cf9b4c1

Please sign in to comment.