Update redux-thunk-tests.ts

This commit is contained in:
Daniel Chao
2016-01-23 23:14:48 -08:00
parent ac23e8a37f
commit dc67e54677
+1 -1
View File
@@ -4,7 +4,7 @@
/// <reference path="../express/express.d.ts" />
import { createStore, applyMiddleware, Store, Dispatch } from 'redux';
import thunk from 'redux-thunk';
import * as thunk from 'redux-thunk';
import { ThunkInterface } from 'redux-thunk';
import { Promise } from 'es6-promise';