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
@@ -19,7 +19,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
ComponentsModule,
ViewEventPageRoutingModule
],
declarations: [],
declarations: [ViewEventPage],
exports: [ViewEventPage]
})
export class ViewEventPageModule {}