File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import {
39
39
} from "components/deprecated/Popover/Popover" ;
40
40
import { type FormikContextType , useFormik } from "formik" ;
41
41
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" ;
43
43
import { useDashboard } from "modules/dashboard/useDashboard" ;
44
44
import { type FC , useState } from "react" ;
45
45
import { useMutation , useQuery } from "react-query" ;
Original file line number Diff line number Diff line change 1
1
import { css } from "@emotion/css" ;
2
2
import { useTheme } from "@emotion/react" ;
3
3
import Link from "@mui/material/Link" ;
4
- import { CircleAlertIcon } from "lucide-react" ;
5
4
import type { HealthCode , HealthSeverity } from "api/typesGenerated" ;
5
+ import { CircleAlertIcon } from "lucide-react" ;
6
6
import { CircleCheckIcon , CircleMinusIcon } from "lucide-react" ;
7
7
import {
8
8
type ComponentProps ,
You can’t perform that action at this time.
0 commit comments