Skip to content

Commit

Permalink
chore: move ShadCN switch and story to tailwind directory
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAPfledderer committed Aug 6, 2024
1 parent ba8945b commit 3c341e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Switch.tsx → tailwind/ui/Switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as SwitchPrimitives from "@radix-ui/react-switch"

import { cn } from "@/lib/utils/cn"

import { commonControlClasses } from "../../../tailwind/ui/Checkbox"
import { commonControlClasses } from "./Checkbox"

const Switch = React.forwardRef<
React.ElementRef<typeof SwitchPrimitives.Root>,
Expand Down
File renamed without changes.

0 comments on commit 3c341e0

Please sign in to comment.