Skip to content

Commit bb31056

Browse files
committed
Fix RTKQ import path alias import issue
1 parent 2b9b4dc commit bb31056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/react/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type {
55
QueryArgFrom,
66
QueryDefinition,
77
} from '@reduxjs/toolkit/query'
8-
import type { Api, Module } from '../apiTypes'
8+
import type { Api, Module } from '@reduxjs/toolkit/query'
99
import { isMutationDefinition, isQueryDefinition } from '../endpointDefinitions'
1010
import { safeAssign } from '../tsHelpers'
1111
import { capitalize } from '../utils'

0 commit comments

Comments
 (0)