Skip to content

Commit eebda49

Browse files
committed
fix wrong import
1 parent d632dd5 commit eebda49

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import {
4646
catchRejection,
4747
noop,
4848
} from './utils'
49-
import { getOrInsertComputed } from '@internal/utils'
49+
import { getOrInsertComputed } from '../utils'
5050
export { TaskAbortError } from './exceptions'
5151
export type {
5252
AsyncTaskExecutor,

0 commit comments

Comments
 (0)