Skip to content

Commit

Permalink
fix: added missing dependency (#6) (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fax1ty authored Nov 17, 2024
1 parent 8a9722b commit e9ddc40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-shell": "~2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/ui/toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { cn } from "@/lib/utils";
export const Switch = React.forwardRef<
React.ElementRef<typeof SwitchPrimitives.Root>,
React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root>
// eslint-disable-next-line react/prop-types
>(({ className, ...props }, ref) => (
<SwitchPrimitives.Root
className={cn(
Expand Down

0 comments on commit e9ddc40

Please sign in to comment.