save chenges in gabinete-digital

This commit is contained in:
tiago.kayaya
2021-06-03 12:08:49 +01:00
parent 14949275b7
commit b9ae9bce3d
33 changed files with 110 additions and 32 deletions
+2
View File
@@ -25,6 +25,7 @@ import { EditGroupPageModule } from 'src/app/shared/chat/edit-group/edit-group.m
import { GroupContactsPageModule } from 'src/app/shared/chat/group-messages/group-contacts/group-contacts.module';
import { MessagesPageModule } from 'src/app/shared/chat/messages/messages.module';
import { EmptyChatPageModule } from 'src/app/shared/chat/empty-chat/empty-chat.module';
import { HeaderPageModule } from 'src/app/shared/header/header.module';
@NgModule({
imports: [
@@ -35,6 +36,7 @@ import { EmptyChatPageModule } from 'src/app/shared/chat/empty-chat/empty-chat.m
PipesModule,
ChatPageRoutingModule,
RouterModule,
HeaderPageModule,
MessagesPageModule,
ContactsPageModule,
GroupMessagesPageModule,