Skip to content

Commit

Permalink
Remove unused type (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniopresto committed Nov 29, 2021
1 parent 876c893 commit 84128f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

1 comment on commit 84128f0

@shwao
Copy link

@shwao shwao commented on 84128f0 Apr 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be released? Since importing redux-thunk/extend-redux, tsc complains about the unused import.

Please sign in to comment.