Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Nov 27, 2024
1 parent d632dd5 commit 98d7753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/listenerMiddleware/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { Action, Dispatch, MiddlewareAPI, UnknownAction } from 'redux'
import { isAction } from 'redux'
import type { ThunkDispatch } from 'redux-thunk'
import { createAction } from '../createAction'
import { getOrInsertComputed } from '../utils'

import {
TaskAbortError,
Expand Down Expand Up @@ -46,7 +47,6 @@ import {
catchRejection,
noop,
} from './utils'
import { getOrInsertComputed } from '@internal/utils'
export { TaskAbortError } from './exceptions'
export type {
AsyncTaskExecutor,
Expand Down

0 comments on commit 98d7753

Please sign in to comment.