mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 22:19:48 +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 instrument, {
|
||||
import {
|
||||
ActionCreators,
|
||||
EnhancedStore,
|
||||
instrument,
|
||||
LiftedStore,
|
||||
LiftedState,
|
||||
} from '../src/instrument';
|
||||
|
|
Loading…
Reference in New Issue
Block a user