Skip to content

Commit

Permalink
chore: Exports HelperText component (#1066)
Browse files Browse the repository at this point in the history
We want to export this component so we can use this outside of form
fields.
  • Loading branch information
pwillikins authored Sep 10, 2024
1 parent 403f6b2 commit fdeceda
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
Expand Up @@ -21,6 +21,7 @@ export * from "./CssReset";
export * from "./DnDGrid";
export * from "./Filters";
export * from "./Grid";
export * from "./HelperText";
export { HbLoadingSpinner, HbSpinnerProvider, HB_QUIPS_FLAVOR, HB_QUIPS_MISSION } from "./HbLoadingSpinner";
export * from "./Icon";
export * from "./IconButton";
Expand Down

0 comments on commit fdeceda

Please sign in to comment.