Improve agenda modules

This commit is contained in:
Peter Maquiran
2021-06-03 11:00:58 +01:00
parent 6ab7e3dc03
commit 5c41e52810
6 changed files with 24 additions and 5 deletions
@@ -19,6 +19,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
ComponentsModule,
ViewEventPageRoutingModule
],
declarations: []
declarations: [],
exports: [ViewEventPage]
})
export class ViewEventPageModule {}