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
+2 -1
View File
@@ -15,6 +15,7 @@ import { HeaderPage } from './header.page';
IonicModule,
HeaderPageRoutingModule
],
declarations: []
declarations: [],
exports: [HeaderPage]
})
export class HeaderPageModule {}