mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
fix
This commit is contained in:
@@ -19,7 +19,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
ViewEventPageRoutingModule
|
||||
],
|
||||
declarations: [],
|
||||
declarations: [ViewEventPage],
|
||||
exports: [ViewEventPage]
|
||||
})
|
||||
export class ViewEventPageModule {}
|
||||
|
||||
@@ -15,7 +15,7 @@ import { AttendeeModalPage } from './attendee-modal.page';
|
||||
IonicModule,
|
||||
AttendeeModalPageRoutingModule
|
||||
],
|
||||
declarations: [],
|
||||
declarations: [AttendeeModalPage],
|
||||
exports: [AttendeeModalPage]
|
||||
})
|
||||
export class AttendeeModalPageModule {}
|
||||
|
||||
@@ -15,7 +15,7 @@ import { EventsToApprovePage } from './events-to-approve.page';
|
||||
IonicModule,
|
||||
EventsToApprovePageRoutingModule
|
||||
],
|
||||
declarations: [],
|
||||
declarations: [EventsToApprovePage],
|
||||
exports: [EventsToApprovePage]
|
||||
})
|
||||
export class EventsToApprovePageModule {}
|
||||
|
||||
@@ -15,7 +15,7 @@ import { HeaderPage } from './header.page';
|
||||
IonicModule,
|
||||
HeaderPageRoutingModule
|
||||
],
|
||||
declarations: [],
|
||||
declarations: [HeaderPage],
|
||||
exports: [HeaderPage]
|
||||
})
|
||||
export class HeaderPageModule {}
|
||||
|
||||
Reference in New Issue
Block a user