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