mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Account for redux-logger 3.0 change (#1898)
This commit is contained in:
parent
709fc03933
commit
342580e730
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import {createStore, applyMiddleware, compose} from 'redux';
|
import {createStore, applyMiddleware, compose} from 'redux';
|
||||||
import thunk from 'redux-thunk';
|
import thunk from 'redux-thunk';
|
||||||
import createLogger from 'redux-logger';
|
import {createLogger} from 'redux-logger';
|
||||||
import rootReducer from '../reducers/index';
|
import rootReducer from '../reducers/index';
|
||||||
import effects from '../utils/effects';
|
import effects from '../utils/effects';
|
||||||
import * as plugins from '../utils/plugins';
|
import * as plugins from '../utils/plugins';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue