Skip to content

Commit 15cd1c0

Browse files
committed
Fix fmt
1 parent 030032c commit 15cd1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/DropdownMenu/DropdownMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
1010
import { Check, ChevronRight, Circle } from "lucide-react";
1111
import {
12-
forwardRef,
13-
type ElementRef,
1412
type ComponentPropsWithoutRef,
13+
type ElementRef,
1514
type HTMLAttributes,
15+
forwardRef,
1616
} from "react";
1717
import { cn } from "utils/cn";
1818

0 commit comments

Comments
 (0)