Skip to content

Commit

Permalink
Add missing separator export
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain committed Oct 30, 2023
1 parent 6a86119 commit b495d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export { IconButton } from "./components/IconButton/IconButton";
export { Link } from "./components/Link/Link";
export { MenuItem } from "./components/MenuItem/MenuItem";
export { Search } from "./components/Search/Search";
export { Separator } from "./components/Separator/Separator";
export { Tooltip } from "./components/Tooltip/Tooltip";

export {
Expand Down

0 comments on commit b495d24

Please sign in to comment.