mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
save
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user