This commit is contained in:
CHIEFSOFT\ameye
2024-02-05 11:25:51 -05:00
parent 9ba1f95851
commit a10e091858
11 changed files with 297 additions and 5 deletions
+5
View File
@@ -270,6 +270,11 @@ const routes: Routes = [
path: 'history',
loadChildren: () => import('./pages/history/history.module').then(m => m.HistoryPageModule)
},
{
path: 'addjob',
loadChildren: () => import('./pages/addjob/addjob.module').then(m => m.AddjobPageModule)
},