Skip to content

Commit

Permalink
Reorder imports in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 9, 2024
1 parent 0bbb2af commit a400de5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import type { Action, AnyAction } from 'redux'

import type { ThunkMiddleware } from './types'

export type {
ThunkAction,
ThunkDispatch,
ThunkActionDispatch,
ThunkDispatch,
ThunkMiddleware
} from './types'

Expand Down

0 comments on commit a400de5

Please sign in to comment.