Skip to content

Commit

Permalink
feat: export * from button component (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
domw30 authored Apr 10, 2024
1 parent e90f9f7 commit 46f689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export * from './AspectRatio';
export * from './AsyncTable';
export * from './Avatar';
export * from './Badge';
export { Button } from './Button';
export * from './Button';
export * from './Card';
export * from './Checkbox';
export * from './DropdownMenu';
Expand Down

0 comments on commit 46f689b

Please sign in to comment.