Skip to content

Commit 98d7753

Browse files
committed
fix wrong import
1 parent d632dd5 commit 98d7753

File tree

1 file changed

+1
-1
lines changed
  • packages/toolkit/src/listenerMiddleware

1 file changed

+1
-1
lines changed

packages/toolkit/src/listenerMiddleware/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { Action, Dispatch, MiddlewareAPI, UnknownAction } from 'redux'
22
import { isAction } from 'redux'
33
import type { ThunkDispatch } from 'redux-thunk'
44
import { createAction } from '../createAction'
5+
import { getOrInsertComputed } from '../utils'
56

67
import {
78
TaskAbortError,
@@ -46,7 +47,6 @@ import {
4647
catchRejection,
4748
noop,
4849
} from './utils'
49-
import { getOrInsertComputed } from '@internal/utils'
5050
export { TaskAbortError } from './exceptions'
5151
export type {
5252
AsyncTaskExecutor,

0 commit comments

Comments
 (0)