Skip to content

Commit

Permalink
Export the Badge and the Checkbox components (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Sep 7, 2023
1 parent dc7491b commit 492e8ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ export { ActionControl } from "./components/ActionControl/ActionControl";
export { Alert } from "./components/Alert/Alert";
export { Avatar } from "./components/Avatar/Avatar";
export { AvatarStack } from "./components/Avatar/AvatarStack";
export { Badge } from "./components/Badge/Badge";
export { Button } from "./components/Button/Button";
export { Body } from "./components/Typography/Body";
export { Checkbox } from "./components/Checkbox/Checkbox";
export { Control } from "./components/Form/Control";
export { Field } from "./components/Form/Field";
export {
Expand Down

0 comments on commit 492e8ba

Please sign in to comment.