family page
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user