From 4d8614a90c645b7a8bd3cccdae7bc3c9e97b443e Mon Sep 17 00:00:00 2001 From: Gregory Beaver Date: Mon, 2 Sep 2019 18:48:50 -0400 Subject: [PATCH] fix import inside enhancers typescript test (#3559) --- test/typescript/enhancers.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/test/typescript/enhancers.ts b/test/typescript/enhancers.ts index 7259b4884bf..5e8e180bd94 100644 --- a/test/typescript/enhancers.ts +++ b/test/typescript/enhancers.ts @@ -1,5 +1,11 @@ -import { PreloadedState } from '../../index' -import { StoreEnhancer, Action, AnyAction, Reducer, createStore } from 'redux' +import { + StoreEnhancer, + Action, + AnyAction, + Reducer, + createStore, + PreloadedState +} from 'redux' interface State { someField: 'string'