We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fced8f1 commit 42efadfCopy full SHA for 42efadf
1 file changed
apps/webapp/app/components/primitives/ShortcutKey.tsx
@@ -3,7 +3,7 @@ import { KeyboardLeftIcon } from "~/assets/icons/KeyboardLeftIcon";
3
import { KeyboardRightIcon } from "~/assets/icons/KeyboardRightIcon";
4
import { KeyboardUpIcon } from "~/assets/icons/KeyboardUpIcon";
5
import { KeyboardWindowsIcon } from "~/assets/icons/KeyboardWindowsIcon";
6
-import { Modifier, Shortcut } from "~/hooks/useShortcutKeys";
+import { type Modifier, type Shortcut } from "~/hooks/useShortcutKeys";
7
import { cn } from "~/utils/cn";
8
import { useOperatingSystem } from "./OperatingSystemProvider";
9
0 commit comments