This commit is contained in:
tiago.kayaya
2021-06-02 16:36:50 +01:00
parent 7e3ccc9e01
commit 495e845240
12 changed files with 85 additions and 47 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ import { HeaderPage } from './header.page';
IonicModule,
HeaderPageRoutingModule
],
declarations: [HeaderPage]
declarations: []
})
export class HeaderPageModule {}