job offers
This commit is contained in:
@@ -194,6 +194,10 @@ const routes: Routes = [
|
||||
path: 'allblog',
|
||||
loadChildren: () => import('./pages/allblog/allblog.module').then(m => m.AllblogPageModule)
|
||||
},
|
||||
{
|
||||
path: 'joboffers',
|
||||
loadChildren: () => import('./pages/joboffers/joboffers.module').then(m => m.JoboffersPageModule)
|
||||
},
|
||||
|
||||
];
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user