Skip to content

Commit

Permalink
export Icon component again
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio committed Jan 23, 2024
1 parent cf1d209 commit a654790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { Button, type IButtonProps } from './general/Button/Button'
export { FloatButton, type IFloatButtonProps } from './general/FloatButton/FloatButton'
export { Icon, type IIconProps } from './general/Icon/Icon'
export { Rate, type IRateProps } from './data-entry/Rate/Rate'
export { Form, type IFormProps } from './data-entry/Form/Form'
export { TreeSelect, type ITreeSelectProps } from './data-entry/TreeSelect/TreeSelect'
Expand Down

0 comments on commit a654790

Please sign in to comment.