Skip to content

Commit 9a13df9

Browse files
committed
fix(ui): remove clsx import
1 parent 91c84a3 commit 9a13df9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/ui/src/badge.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import type { VariantProps } from 'tailwind-variants';
22
import { forwardRef } from 'react';
3-
import { clsx } from 'clsx/lite';
43
import { tv } from 'tailwind-variants';
54

65
const badgeStyles = tv({

0 commit comments

Comments
 (0)