Skip to content

Commit

Permalink
fix(InputGroup): Added missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
giubatt committed May 20, 2021
1 parent 3771df7 commit 802ba28
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 @@ -33,6 +33,9 @@ export type { HighlightProps } from "./Highlight/Highlight"
export { default as Icon } from "./Icon/Icon"
export type { IconProps } from "./Icon/Icon"

export { default as InputGroup } from "./InputGroup/InputGroup"
export type { InputGroupProps } from "./InputGroup/InputGroup"

export { default as Input } from "./Input/Input"
export type { InputProps } from "./Input/Input"

Expand Down

1 comment on commit 802ba28

@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-is6k28olt-micromed.vercel.app

Built with commit 802ba28.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.