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