Update redux-thunk-tests.ts

This commit is contained in:
Daniel Chao
2016-01-23 23:20:31 -08:00
parent f62d46a653
commit 3d886c4396
+1 -1
View File
@@ -5,7 +5,7 @@
import { createStore, applyMiddleware, Store, Dispatch } from 'redux';
import * as thunk from 'redux-thunk';
import { ThunkInterface } from 'redux-thunk';
import ThunkInterface = ReduxThunk.ThunkInterface;
import { Promise } from 'es6-promise';
declare var rootReducer: Function;