Skip to content

Commit 84128f0

Browse files
Remove unused type (#328)
1 parent 876c893 commit 84128f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Action, AnyAction, Middleware, Dispatch } from 'redux'
1+
import { Action, AnyAction, Middleware } from 'redux'
22

33
/**
44
* The dispatch method as modified by React-Thunk; overloaded so that you can

0 commit comments

Comments
 (0)