Skip to content

Commit

Permalink
feat(components): export badge type to support usage in apps
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlfischer committed Jan 22, 2024
1 parent 98cf646 commit da9d991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/badge/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { Badge } from "./badge";
export { Badge, BadgeType } from "./badge";
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { Alert, AlertIntent } from "./alert";
export { Avatar } from "./avatar";
export { Badge } from "./badge";
export { Badge, BadgeType } from "./badge";
export { Button } from "./button";
export { Checkbox } from "./checkbox";
export { Dialog } from "./dialog";
Expand Down

0 comments on commit da9d991

Please sign in to comment.