This commit is contained in:
tiago.kayaya
2021-06-03 14:11:34 +01:00
parent d05ef20373
commit bf90d2765f
34 changed files with 16 additions and 1527 deletions
@@ -15,6 +15,7 @@ import { EmptyChatPage } from './empty-chat.page';
IonicModule,
EmptyChatPageRoutingModule
],
declarations: []
exports: [EmptyChatPage],
declarations: [EmptyChatPage]
})
export class EmptyChatPageModule {}