import thunk from 'redux-thunk' import { applyMiddleware } from 'redux' const store = createStore(reducer, initialState, applyMiddleware(thunk))