Skip to content

Commit 08f92e5

Browse files
committed
Run make fmt
1 parent 2830801 commit 08f92e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/modules/dashboard/Navbar/ProxyMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ import Skeleton from "@mui/material/Skeleton";
66
import { visuallyHidden } from "@mui/utils";
77
import type * as TypesGen from "api/typesGenerated";
88
import { Abbr } from "components/Abbr/Abbr";
9+
import { Button } from "components/Button/Button";
910
import { displayError } from "components/GlobalSnackbar/utils";
1011
import { Latency } from "components/Latency/Latency";
1112
import type { ProxyContextValue } from "contexts/ProxyContext";
1213
import { useAuthenticated } from "contexts/auth/RequireAuth";
14+
import { ChevronDownIcon } from "lucide-react";
1315
import { type FC, useRef, useState } from "react";
1416
import { useNavigate } from "react-router-dom";
1517
import { sortProxiesByLatency } from "./proxyUtils";
16-
import { Button } from "components/Button/Button";
17-
import { ChevronDownIcon } from "lucide-react";
1818

1919
interface ProxyMenuProps {
2020
proxyContextValue: ProxyContextValue;

0 commit comments

Comments
 (0)