Skip to content

Commit 15a04af

Browse files
fix(modals): exporto modales nuevos
1 parent 5e56794 commit 15a04af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ 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'
2223
export { ModalAlert } from './organisms/ModalAlert'
2324
export { Eventos } from './organisms/Events'
2425
export { Resources } from './organisms/Resources'

src/organisms/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export * from './CourseList'
22
export * from './Alerts'
3-
// export * from './ModalAlert'
3+
export * from './ModalAlert'
44
export * from './Events'
55
export * from './Resources'
66
export * from './Calendar'

0 commit comments

Comments
 (0)