Skip to content

Commit

Permalink
Merge pull request #7 from BETIS-Fasilkom-UI/development
Browse files Browse the repository at this point in the history
fix: import error
  • Loading branch information
TrayMachi authored Nov 12, 2024
2 parents ff2529d + 04b6a0f commit cbd6e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,5 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
Button.displayName = "Button";


export { type ButtonProps, Button };
export { Button };

0 comments on commit cbd6e5a

Please sign in to comment.