diff --git a/packages/react/components/Button.tsx b/packages/react/components/Button.tsx index 01bc64a..50305aa 100644 --- a/packages/react/components/Button.tsx +++ b/packages/react/components/Button.tsx @@ -35,4 +35,4 @@ const Button = React.forwardRef( } ); -export { Button, variants as buttonVariants }; +export { Button };