diff --git a/client/src/components/ui/badge.tsx b/client/src/components/ui/badge.tsx index 04bb22e..cb4e14a 100644 --- a/client/src/components/ui/badge.tsx +++ b/client/src/components/ui/badge.tsx @@ -33,4 +33,4 @@ const Badge = React.forwardRef( ) Badge.displayName = 'Badge' -export { Badge, badgeVariants } +export { Badge } diff --git a/client/src/components/ui/button.tsx b/client/src/components/ui/button.tsx index 3d4e426..a071b92 100644 --- a/client/src/components/ui/button.tsx +++ b/client/src/components/ui/button.tsx @@ -46,5 +46,3 @@ export const Button = React.forwardRef( }, ) Button.displayName = 'Button' - -export { buttonVariants }