diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 36496a2..2fb2d9b 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -53,4 +53,4 @@ const Button = React.forwardRef( ) Button.displayName = "Button" -export { Button, buttonVariants } +export { Button, buttonVariants } \ No newline at end of file