add credit page
This commit is contained in:
@@ -242,6 +242,10 @@ const routes: Routes = [
|
||||
path: 'locationmaps',
|
||||
loadChildren: () => import('./accounts/locationmaps/locationmaps.module').then(m => m.LocationmapsPageModule)
|
||||
},
|
||||
{
|
||||
path: 'addcredit',
|
||||
loadChildren: () => import('./accounts/addcredit/addcredit.module').then(m => m.AddcreditPageModule)
|
||||
},
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user