Skip to content

Commit 6a19b61

Browse files
committed
fix: update import order again
1 parent 6e16aaa commit 6a19b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/FeatureBadge/FeatureBadge.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { visuallyHidden } from "@mui/utils";
44
import { HelpTooltipContent } from "components/HelpTooltip/HelpTooltip";
55
import { Popover, PopoverTrigger } from "components/Popover/Popover";
66
import {
7-
useEffect,
8-
useState,
97
type FC,
108
type HTMLAttributes,
119
type ReactNode,
10+
useEffect,
11+
useState,
1212
} from "react";
1313
import { docs } from "utils/docs";
1414

0 commit comments

Comments
 (0)