Skip to content

Commit

Permalink
Merge pull request #141 from abusix/pla-1313-hailstorm-add-popover-co…
Browse files Browse the repository at this point in the history
…mponent-for-evergreen-popover
  • Loading branch information
Coderwelsch authored Aug 5, 2024
2 parents d37267c + 73be483 commit 2e84678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -12,6 +12,7 @@ export { InlineAlert } from "./inline-alert";
export { LastChangedInfo } from "./last-changed-info";
export { Menu } from "./menu";
export { Navigation } from "./navigation";
export { PopoverMenu } from "./popover-menu";
export { Page } from "./page";
export { Panel } from "./panel";
export { Section } from "./section";
Expand Down
1 change: 1 addition & 0 deletions src/components/popover-menu/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { PopoverMenu } from "./popover-menu";

0 comments on commit 2e84678

Please sign in to comment.