add credit page

This commit is contained in:
CHIEFSOFT\ameye
2023-11-09 11:43:09 -05:00
parent 703d8e4b26
commit 49850a86f8
13 changed files with 120 additions and 12 deletions
+4
View File
@@ -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({