create direct message

This commit is contained in:
Peter Maquiran
2024-08-19 16:01:58 +01:00
parent 29d0a9b55e
commit ae50d9b3bd
46 changed files with 500 additions and 297 deletions
+4 -1
View File
@@ -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({