Skip to content

Commit

Permalink
Remove duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Jan 25, 2024
1 parent c501ef4 commit 6b80fdd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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,
BaseQueryFn,
EndpointDefinitions,
Module,
MutationDefinition,
QueryArgFrom,
QueryDefinition,
Api,
Module,
} from '@reduxjs/toolkit/query'
import type { Api, Module } from '@reduxjs/toolkit/query'
import { isMutationDefinition, isQueryDefinition } from '../endpointDefinitions'
import { safeAssign } from '../tsHelpers'
import { capitalize } from '../utils'
Expand Down

0 comments on commit 6b80fdd

Please sign in to comment.