Skip to content

Commit c69592b

Browse files
committed
FMT
1 parent f7a258e commit c69592b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/modules/resources/PortForwardButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import {
3939
} from "components/deprecated/Popover/Popover";
4040
import { type FormikContextType, useFormik } from "formik";
4141
import { type ClassName, useClassName } from "hooks/useClassName";
42-
import { ExternalLinkIcon, X as XIcon, ChevronDownIcon } from "lucide-react";
42+
import { ChevronDownIcon, ExternalLinkIcon, X as XIcon } from "lucide-react";
4343
import { useDashboard } from "modules/dashboard/useDashboard";
4444
import { type FC, useState } from "react";
4545
import { useMutation, useQuery } from "react-query";

site/src/pages/HealthPage/Content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { css } from "@emotion/css";
22
import { useTheme } from "@emotion/react";
33
import Link from "@mui/material/Link";
4-
import { CircleAlertIcon } from "lucide-react";
54
import type { HealthCode, HealthSeverity } from "api/typesGenerated";
5+
import { CircleAlertIcon } from "lucide-react";
66
import { CircleCheckIcon, CircleMinusIcon } from "lucide-react";
77
import {
88
type ComponentProps,

0 commit comments

Comments
 (0)