We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56312a9 commit 53958a4Copy full SHA for 53958a4
1 file changed
src/app/redux/store.ts
@@ -4,7 +4,7 @@ import { routerMiddleware } from 'react-router-redux';
4
import thunk from 'redux-thunk';
5
import rootReducer from './reducers';
6
import { IStore } from './IStore';
7
-const createLogger = require('redux-logger');
+import createLogger from 'redux-logger';
8
9
export function configureStore(history, initialState?: IStore): Redux.Store<IStore> {
10
0 commit comments