chant componets

This commit is contained in:
Peter Maquiran
2023-08-23 11:19:51 +01:00
parent b81e876dde
commit 3d00f33d4c
17 changed files with 29 additions and 109 deletions
@@ -11,12 +11,7 @@ const routes: Routes = [
{
path: 'contacts',
loadChildren: () => import('./contacts/contacts.module').then( m => m.ContactsPageModule)
},
{
path: 'group-contacts',
loadChildren: () => import('./group-contacts/group-contacts.module').then( m => m.GroupContactsPageModule)
}
];
@NgModule({