From dc67e546776414907ad8f655bfeb50a069e9400d Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Sat, 23 Jan 2016 23:14:48 -0800 Subject: [PATCH] Update redux-thunk-tests.ts --- redux-thunk/redux-thunk-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redux-thunk/redux-thunk-tests.ts b/redux-thunk/redux-thunk-tests.ts index 56cf81f4f..3a83e8058 100644 --- a/redux-thunk/redux-thunk-tests.ts +++ b/redux-thunk/redux-thunk-tests.ts @@ -4,7 +4,7 @@ /// 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';