Fix instrument tests

This commit is contained in:
Nathan Bierema 2022-01-10 09:07:55 -05:00
parent 698f336fd8
commit 813c115d5e

View File

@ -1,7 +1,8 @@
import { createStore, compose, Reducer, Store, Action } from 'redux';
import instrument, {
import {
ActionCreators,
EnhancedStore,
instrument,
LiftedStore,
LiftedState,
} from '../src/instrument';