mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 06:29:51 +03:00
Fix instrument tests
This commit is contained in:
parent
698f336fd8
commit
813c115d5e
|
@ -1,7 +1,8 @@
|
||||||
import { createStore, compose, Reducer, Store, Action } from 'redux';
|
import { createStore, compose, Reducer, Store, Action } from 'redux';
|
||||||
import instrument, {
|
import {
|
||||||
ActionCreators,
|
ActionCreators,
|
||||||
EnhancedStore,
|
EnhancedStore,
|
||||||
|
instrument,
|
||||||
LiftedStore,
|
LiftedStore,
|
||||||
LiftedState,
|
LiftedState,
|
||||||
} from '../src/instrument';
|
} from '../src/instrument';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user