package cleanup
This commit is contained in:
parent
343eef40fb
commit
33f7d2bad5
4 changed files with 19 additions and 18 deletions
|
|
@ -5,7 +5,7 @@ import rootReducer from '../reducers/index';
|
|||
import effects from '../utils/effects';
|
||||
import * as plugins from '../utils/plugins';
|
||||
import writeMiddleware from './write-middleware';
|
||||
import {composeWithDevTools} from 'redux-devtools-extension';
|
||||
import {composeWithDevTools} from '@redux-devtools/extension';
|
||||
import type {HyperState, HyperActions} from '../hyper';
|
||||
const thunk: ThunkMiddleware<HyperState, HyperActions> = _thunk;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue