Skip to content

Commit

Permalink
fix: Fixes the missing exports for CheckableTag (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
VagnerNico authored Jan 14, 2022
1 parent e89a62b commit 74aa87a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export type { ButtonProps } from "./Button/Button"
export { default as Card } from "./Card/Card"
export type { CardProps } from "./Card/Card"

export { default as CheckableTag } from "./CheckableTag/CheckableTag"
export type { CheckableTagProps } from "./CheckableTag/CheckableTag"

export { default as Checkbox } from "./Checkbox/Checkbox"
export type { ICheckboxProps as CheckboxProps } from "./Checkbox/Checkbox"

Expand Down

1 comment on commit 74aa87a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for herzui ready!

✅ Preview
https://herzui-km9a0ho0h-micromed.vercel.app

Built with commit 74aa87a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.