location maps

This commit is contained in:
CHIEFSOFT\ameye
2023-10-25 17:34:16 -04:00
parent 21e31da332
commit 0ce80a0d20
21 changed files with 360 additions and 8 deletions
+4
View File
@@ -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({