File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/modules/dashboard/Navbar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ import Skeleton from "@mui/material/Skeleton";
6
6
import { visuallyHidden } from "@mui/utils" ;
7
7
import type * as TypesGen from "api/typesGenerated" ;
8
8
import { Abbr } from "components/Abbr/Abbr" ;
9
+ import { Button } from "components/Button/Button" ;
9
10
import { displayError } from "components/GlobalSnackbar/utils" ;
10
11
import { Latency } from "components/Latency/Latency" ;
11
12
import type { ProxyContextValue } from "contexts/ProxyContext" ;
12
13
import { useAuthenticated } from "contexts/auth/RequireAuth" ;
14
+ import { ChevronDownIcon } from "lucide-react" ;
13
15
import { type FC , useRef , useState } from "react" ;
14
16
import { useNavigate } from "react-router-dom" ;
15
17
import { sortProxiesByLatency } from "./proxyUtils" ;
16
- import { Button } from "components/Button/Button" ;
17
- import { ChevronDownIcon } from "lucide-react" ;
18
18
19
19
interface ProxyMenuProps {
20
20
proxyContextValue : ProxyContextValue ;
You can’t perform that action at this time.
0 commit comments