Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
happypeter committed Feb 8, 2018
1 parent fbb2e8b commit d7fce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import rootReducer from '../reducers'
import logger from 'redux-logger'
import thunk from 'redux-thunk'

let middlewares = [logger, thunk]
let middlewares = [thunk, logger]

export default createStore(rootReducer, applyMiddleware(...middlewares))

0 comments on commit d7fce96

Please sign in to comment.