| 1 | import { createStore, applyMiddleware } from 'redux'; |
| 2 | import { composeWithDevTools } from 'redux-devtools-extension'; |
| 3 | import thunk from 'redux-thunk'; |
| 4 | import rootReducer from './reducers'; |
nothing calls this directly
no test coverage detected