This commit is contained in:
Peter Maquiran
2021-06-03 11:13:50 +01:00
parent 41951f6505
commit a5f8e18691
5 changed files with 6 additions and 6 deletions
@@ -15,7 +15,7 @@ import { EventsToApprovePage } from './events-to-approve.page';
IonicModule,
EventsToApprovePageRoutingModule
],
declarations: [],
declarations: [EventsToApprovePage],
exports: [EventsToApprovePage]
})
export class EventsToApprovePageModule {}