From e50ba8a8ed2cbfbbd53f6d7d04d0b7eb03a91939 Mon Sep 17 00:00:00 2001 From: antoniopresto Date: Mon, 29 Nov 2021 13:56:34 -0300 Subject: [PATCH] Remove unused type fix importing these type while using ts noUnusedLocals config (skipLibCheck can't prevent this). --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 7978253..870c953 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,4 @@ -import { Action, AnyAction, Middleware, Dispatch } from 'redux' +import { Action, AnyAction, Middleware } from 'redux' /** * The dispatch method as modified by React-Thunk; overloaded so that you can