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