Skip to content

Commit f69ad68

Browse files
committed
🧹
1 parent f4f9358 commit f69ad68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/api/queries/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { UseQueryOptions } from "react-query";
1+
import type { UseQueryOptions } from "react-query";
22

33
/**
44
* cachedQuery allows the caller to only make a request a single time, and use

site/src/contexts/ProxyContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
useEffect,
88
useState,
99
} from "react";
10-
import { type UseQueryOptions, useQuery } from "react-query";
10+
import { useQuery } from "react-query";
1111
import { getWorkspaceProxies, getWorkspaceProxyRegions } from "api/api";
1212
import { cachedQuery } from "api/queries/util";
1313
import type { Region, WorkspaceProxy } from "api/typesGenerated";

0 commit comments

Comments
 (0)