mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 13:43:59 -05:00
14 lines
234 B
TypeScript
14 lines
234 B
TypeScript
import Modal from "./modal/Modal";
|
|
import ModalBody from "./modal/ModalBody";
|
|
import ModalFooter from "./modal/ModalFooter";
|
|
import ModalHeader from "./modal/ModalHeader";
|
|
|
|
|
|
export {
|
|
Modal,
|
|
ModalBody,
|
|
ModalFooter,
|
|
ModalHeader
|
|
};
|
|
|