This commit is contained in:
tiago.kayaya
2021-06-02 21:22:26 +01:00
parent 55f758f2da
commit 462a68fce4
37 changed files with 101 additions and 98 deletions
@@ -18,6 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
ComponentsModule,
EditGroupPageRoutingModule
],
declarations: [EditGroupPage]
declarations: []
})
export class EditGroupPageModule {}
@@ -15,6 +15,6 @@ import { EmptyChatPage } from './empty-chat.page';
IonicModule,
EmptyChatPageRoutingModule
],
declarations: [EmptyChatPage]
declarations: []
})
export class EmptyChatPageModule {}
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
PipesModule,
GroupContactsPageRoutingModule
],
declarations: [GroupContactsPage]
declarations: []
})
export class GroupContactsPageModule {}
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
PopoverModule,
GroupMessagesPageRoutingModule
],
declarations: [GroupMessagesPage]
declarations: []
})
export class GroupMessagesPageModule {}
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
ContactsPageRoutingModule
],
exports: [FilterPipe],
declarations: [ContactsPage, FilterPipe]
declarations: []
})
export class ContactsPageModule {}
@@ -18,7 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
ComponentsModule,
MessagesPageRoutingModule
],
declarations: [MessagesPage],
exports: [MessagesPage]
declarations: []
})
export class MessagesPageModule {}
@@ -18,6 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
ComponentsModule,
NewGroupPageRoutingModule
],
declarations: [NewGroupPage]
declarations: []
})
export class NewGroupPageModule {}