direct message

This commit is contained in:
Peter Maquiran
2024-08-22 12:27:57 +01:00
parent 24aac56824
commit 09a8693ea9
21 changed files with 278 additions and 172 deletions
+4
View File
@@ -56,6 +56,10 @@ const routes: Routes = [
path: 'contacts',
loadChildren: () => import('./component/contacts/contacts.module').then( m => m.ContactsPageModule)
},
{
path: 'view-onces',
loadChildren: () => import('./modal/view-onces/view-onces.module').then( m => m.ViewOncesPageModule)
},
];
@NgModule({