Add components

This commit is contained in:
Peter Maquiran
2021-06-03 14:18:30 +01:00
parent 014d85b16e
commit 24e37ae48f
11 changed files with 174 additions and 476 deletions
@@ -15,6 +15,7 @@ import { NewEventPage } from './new-event.page';
IonicModule,
NewEventPageRoutingModule
],
declarations: [NewEventPage]
declarations: [NewEventPage],
exports: [NewEventPage]
})
export class NewEventPageModule {}