Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Feb 26, 2024
1 parent 45896bc commit e6a1184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/react/hooks/internal/useWatchQueryOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import type {
WatchQueryOptions,
} from "../../../core/index.js";
import { useDeepMemo } from "./index.js";
import { SkipToken, skipToken } from "../constants.js";
import type { SkipToken } from "../constants.js";
import { skipToken } from "../constants.js";
import { validateOptions } from "../useSuspenseQuery.js";
import { SuspenseQueryHookOptions } from "../../types/types.js";
import type { SuspenseQueryHookOptions } from "../../types/types.js";

export function useWatchQueryOptions<
TData,
Expand Down
3 changes: 2 additions & 1 deletion src/react/hooks/useSuspenseQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import type {
WatchQueryFetchPolicy,
FetchMoreQueryOptions,
WatchQueryOptions,
ApolloError,
} from "../../core/index.js";
import { ApolloError, NetworkStatus } from "../../core/index.js";
import { NetworkStatus } from "../../core/index.js";
import type { DeepPartial } from "../../utilities/index.js";
import { useApolloClient } from "./useApolloClient.js";
import { DocumentType, verifyDocumentType } from "../parser/index.js";
Expand Down

0 comments on commit e6a1184

Please sign in to comment.