Fix shadcn exports for fast refresh

This commit is contained in:
Bernard Ngandu
2025-10-10 09:05:15 +02:00
parent 5e094e9258
commit 9834438ff1
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -33,4 +33,4 @@ const Badge = React.forwardRef<HTMLDivElement, BadgeProps>(
) )
Badge.displayName = 'Badge' Badge.displayName = 'Badge'
export { Badge, badgeVariants } export { Badge }
-2
View File
@@ -46,5 +46,3 @@ export const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
}, },
) )
Button.displayName = 'Button' Button.displayName = 'Button'
export { buttonVariants }