mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
changes in profile
This commit is contained in:
@@ -7,6 +7,10 @@ const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: ProfilePage
|
||||
},
|
||||
{
|
||||
path: 'edit-profile',
|
||||
loadChildren: () => import('./edit-profile/edit-profile.module').then( m => m.EditProfilePageModule)
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user