Fix shadcn exports for fast refresh
This commit is contained in:
@@ -33,4 +33,4 @@ const Badge = React.forwardRef<HTMLDivElement, BadgeProps>(
|
|||||||
)
|
)
|
||||||
Badge.displayName = 'Badge'
|
Badge.displayName = 'Badge'
|
||||||
|
|
||||||
export { Badge, badgeVariants }
|
export { Badge }
|
||||||
|
|||||||
@@ -46,5 +46,3 @@ export const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
Button.displayName = 'Button'
|
Button.displayName = 'Button'
|
||||||
|
|
||||||
export { buttonVariants }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user