Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Lucas committed Dec 11, 2024
1 parent b369e80 commit e464740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-query/src/__tests__/queryOptions.test-d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { queryOptions } from '../queryOptions'
import { useQuery } from '../useQuery'
import { useQueries } from '../useQueries'
import { useSuspenseQuery } from '../useSuspenseQuery'
import type { AnyUseQueryOptions, UseQueryOptions } from '../types'
import type { AnyUseQueryOptions } from '../types'
import type {
DataTag,
InitialDataFunction,
Expand Down

0 comments on commit e464740

Please sign in to comment.