Skip to content

Commit 6b80fdd

Browse files
committed
Remove duplicates
1 parent c501ef4 commit 6b80fdd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import type {
2+
Api,
23
BaseQueryFn,
34
EndpointDefinitions,
5+
Module,
46
MutationDefinition,
57
QueryArgFrom,
68
QueryDefinition,
7-
Api,
8-
Module,
99
} from '@reduxjs/toolkit/query'
10-
import type { Api, Module } from '@reduxjs/toolkit/query'
1110
import { isMutationDefinition, isQueryDefinition } from '../endpointDefinitions'
1211
import { safeAssign } from '../tsHelpers'
1312
import { capitalize } from '../utils'

0 commit comments

Comments
 (0)