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 ba8945b commit 3c341e0Copy full SHA for 3c341e0
src/components/ui/Switch.tsx renamed to tailwind/ui/Switch.tsx
@@ -3,7 +3,7 @@ import * as SwitchPrimitives from "@radix-ui/react-switch"
3
4
import { cn } from "@/lib/utils/cn"
5
6
-import { commonControlClasses } from "../../../tailwind/ui/Checkbox"
+import { commonControlClasses } from "./Checkbox"
7
8
const Switch = React.forwardRef<
9
React.ElementRef<typeof SwitchPrimitives.Root>,
src/components/ui/__stories__/Switch.stories.tsx renamed to tailwind/ui/__stories__/Switch.stories.tsx
0 commit comments