We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9b4dc commit bb31056Copy full SHA for bb31056
packages/toolkit/src/query/react/module.ts
@@ -5,7 +5,7 @@ import type {
5
QueryArgFrom,
6
QueryDefinition,
7
} from '@reduxjs/toolkit/query'
8
-import type { Api, Module } from '../apiTypes'
+import type { Api, Module } from '@reduxjs/toolkit/query'
9
import { isMutationDefinition, isQueryDefinition } from '../endpointDefinitions'
10
import { safeAssign } from '../tsHelpers'
11
import { capitalize } from '../utils'
0 commit comments