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 b5f8af4 commit e980fb2Copy full SHA for e980fb2
1 file changed
apps/webapp/app/components/primitives/Tabs.tsx
@@ -1,7 +1,7 @@
1
import { NavLink } from "@remix-run/react";
2
import { motion } from "framer-motion";
3
-import { ReactNode, useRef } from "react";
4
-import { ShortcutDefinition, useShortcutKeys } from "~/hooks/useShortcutKeys";
+import { type ReactNode, useRef } from "react";
+import { type ShortcutDefinition, useShortcutKeys } from "~/hooks/useShortcutKeys";
5
import { cn } from "~/utils/cn";
6
import { ShortcutKey } from "./ShortcutKey";
7
0 commit comments