Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
fix importing these type while using ts noUnusedLocals config (skipLibCheck can't prevent this).
  • Loading branch information
antoniopresto authored Nov 29, 2021
1 parent 876c893 commit e50ba8a
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

0 comments on commit e50ba8a

Please sign in to comment.