refactor: remove button variants export

This commit is contained in:
p-sw 2024-05-19 11:07:59 +09:00
parent caf28f340a
commit 5586a4f28a

View File

@ -35,4 +35,4 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
}
);
export { Button, variants as buttonVariants };
export { Button };