Skip to content

Commit

Permalink
add components to index
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadas Farhi committed Jul 21, 2021
1 parent 8033632 commit 355a516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export { default as Checkbox } from "./Checkbox/Checkbox";
export { default as DialogContentContainer } from "./DialogContentContainer/DialogContentContainer";
export { default as Dropdown } from "./Dropdown/Dropdown";
export { default as Toast } from "./Toast/Toast";
export { default as ToastButton } from "./Toast/ToastButton/ToastButton";
export { default as ToastLink } from "./Toast/ToastLink/ToastLink";
export { default as Banner } from "./Banner/Banner";
export { default as ButtonGroup } from "./ButtonGroup/ButtonGroup";

Expand Down

0 comments on commit 355a516

Please sign in to comment.