Skip to content

Commit

Permalink
fix(ui): remove clsx import
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Aug 24, 2024
1 parent 91c84a3 commit 9a13df9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/badge.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { VariantProps } from 'tailwind-variants';
import { forwardRef } from 'react';
import { clsx } from 'clsx/lite';
import { tv } from 'tailwind-variants';

const badgeStyles = tv({
Expand Down

0 comments on commit 9a13df9

Please sign in to comment.