Skip to content

Commit

Permalink
Add ActionMenu component export
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandrejev committed Feb 20, 2020
1 parent dc3f47b commit 1a3c589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/medulas-react-components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import ActionMenu, { ActionMenuItem } from "./components/ActionMenu";
import Avatar from "./components/Avatar";
import Badge from "./components/Badge";
import Block from "./components/Block";
Expand Down Expand Up @@ -49,6 +50,8 @@ export {
} from "./utils/forms/validators";
export { Storybook } from "./utils/storybook";
export {
ActionMenu,
ActionMenuItem,
Avatar,
Back,
Badge,
Expand Down

0 comments on commit 1a3c589

Please sign in to comment.