diff --git a/components/ui/button.tsx b/components/ui/button.tsx index 52c1c8c..04b0efa 100644 --- a/components/ui/button.tsx +++ b/components/ui/button.tsx @@ -3,4 +3,3 @@ import { ButtonHTMLAttributes } from "react" export function Button(props: ButtonHTMLAttributes) { return