Skip to content

Commit

Permalink
tweak imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Jan 27, 2024
1 parent 3244222 commit 7dd2a78
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions packages/toolkit/src/query/react/module.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import {
type Api,
type ApiModules,
type BaseQueryFn,
type EndpointDefinitions,
type Module,
type MutationDefinition,
type QueryArgFrom,
type QueryDefinition,
type CoreModule,
import type {
Api,
ApiModules,
BaseQueryFn,
EndpointDefinitions,
Module,
MutationDefinition,
QueryArgFrom,
QueryDefinition,
} from '@reduxjs/toolkit/query'
import { isMutationDefinition, isQueryDefinition } from '../endpointDefinitions'
import { safeAssign } from '../tsHelpers'
Expand Down Expand Up @@ -276,7 +275,7 @@ export const buildHooksForApi = <
ReducerPath extends string,
TagTypes extends string,
>(
api: Api<BaseQuery, Definitions, ReducerPath, TagTypes, CoreModule>,
api: Api<BaseQuery, Definitions, ReducerPath, TagTypes>,
options?: ReactHooksModuleOptions,
): ApiModules<
BaseQuery,
Expand Down

0 comments on commit 7dd2a78

Please sign in to comment.