Skip to content

Commit 3c30d96

Browse files
fix(PDYE-1327): exporto componenetes complementarios del modal
1 parent de8a925 commit 3c30d96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ export { UserWayCookie } from './molecules/UserWay/UserWayCookie'
1919
// Organismos
2020
export { CourseList, CourseStatus, dataFake, maxWidthCoursesList } from './organisms/CourseList'
2121
export { Alert, FlashNotification, useFlashNotification } from './organisms/Alerts'
22-
export { Modal, ModalAlertNew } from './organisms/Modals'
22+
export {
23+
Modal,
24+
ModalAlertNew,
25+
ModalButtons,
26+
ModalContent,
27+
ModalAlertButtons,
28+
} from './organisms/Modals'
2329
export { ModalAlert } from './organisms/ModalAlert'
2430
export { Eventos } from './organisms/Events'
2531
export { Resources } from './organisms/Resources'

0 commit comments

Comments
 (0)