family page

This commit is contained in:
CHIEFSOFT\ameye
2023-07-30 18:03:13 -04:00
parent d79623817d
commit a1e62fa494
10 changed files with 719 additions and 3 deletions
+4
View File
@@ -146,6 +146,10 @@ const routes: Routes = [
path: 'activetask',
loadChildren: () => import('./pages/activetask/activetask.module').then(m => m.ActivetaskPageModule)
},
{
path: 'family',
loadChildren: () => import('./pages/family/family.module').then(m => m.FamilyPageModule)
},
];
@NgModule({