From 51e637a301725dc1a8ef603dff5717d76a87352c Mon Sep 17 00:00:00 2001 From: Iskren Slavov Date: Sat, 13 Feb 2021 09:51:29 +0200 Subject: [PATCH] Cleanup unneeded imports --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 953540e..1af51ef 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,10 +4,8 @@ import { Driver, Options } from './types'; import { Action, AnyAction, - Middleware, PreloadedState, Reducer, - Store, StoreCreator, StoreEnhancer } from 'redux';