mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
create direct message
This commit is contained in:
@@ -52,7 +52,10 @@ const routes: Routes = [
|
||||
path: 'set-room-owner',
|
||||
loadChildren: () => import('./modal/set-room-owner/set-room-owner.module').then( m => m.SetRoomOwnerPageModule)
|
||||
},
|
||||
|
||||
{
|
||||
path: 'contacts',
|
||||
loadChildren: () => import('./component/contacts/contacts.module').then( m => m.ContactsPageModule)
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user