mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 13:43:59 -05:00
Most simple components created
This commit is contained in:
13
lib/component/modal.ts
Normal file
13
lib/component/modal.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user