We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f9358 commit f69ad68Copy full SHA for f69ad68
site/src/api/queries/util.ts
@@ -1,4 +1,4 @@
1
-import { UseQueryOptions } from "react-query";
+import type { UseQueryOptions } from "react-query";
2
3
/**
4
* cachedQuery allows the caller to only make a request a single time, and use
site/src/contexts/ProxyContext.tsx
@@ -7,7 +7,7 @@ import {
7
useEffect,
8
useState,
9
} from "react";
10
-import { type UseQueryOptions, useQuery } from "react-query";
+import { useQuery } from "react-query";
11
import { getWorkspaceProxies, getWorkspaceProxyRegions } from "api/api";
12
import { cachedQuery } from "api/queries/util";
13
import type { Region, WorkspaceProxy } from "api/typesGenerated";
0 commit comments