Skip to content

Commit

Permalink
feat(core/presentation): expose all the Modal-related components
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Munson authored and mergify[bot] committed Dec 3, 2019
1 parent 36c8cd2 commit eb47d62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/modules/core/src/presentation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './FormElements';
export * from './HoverablePopover';
export * from './LabelComponent';
export * from './Markdown';
export * from './modal';
export * from './Placement';
export * from './ReactModal';
export * from './RenderOutputFile';
Expand Down
4 changes: 4 additions & 0 deletions app/scripts/modules/core/src/presentation/modal/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export * from './Modal';
export * from './ModalHeader';
export * from './ModalBody';
export * from './ModalFooter';

0 comments on commit eb47d62

Please sign in to comment.