Created
July 16, 2015 00:24
-
-
Save hedgerworkco/0f273529ce84d7fd1d27 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export { default as Modal } from './modal'; | |
export { default as ModalBody } from './modal-body'; | |
export { default as ModalFooter } from './modal-footer'; | |
export { default as ModalHeader } from './modal-header'; | |
export { default as ModalMarkup } from './modal-markup'; | |
export { default as ModalTitle } from './modal-title'; | |
export { default as Portal } from './portal'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment