This commit is contained in:
tiago.kayaya
2021-06-02 21:22:26 +01:00
parent 55f758f2da
commit 462a68fce4
37 changed files with 101 additions and 98 deletions
@@ -17,8 +17,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
BookMeetingModalPageRoutingModule
],
declarations: [
BookMeetingModalPage,
AttendeeModalPage
BookMeetingModalPage
]
})
export class BookMeetingModalPageModule {}
@@ -18,9 +18,7 @@ import { EmptyContainerPage } from 'src/app/shared/empty-container/empty-contain
ExpedientTaskModalPageRoutingModule
],
declarations: [
ExpedientTaskModalPage,
AttendeeModalPage,
EmptyContainerPage,
ExpedientTaskModalPage
],
entryComponents: [
EmptyContainerPage,]