[CST-12109] implemented withdrawn-reinstate requests

This commit is contained in:
Mykhaylo Boychuk
2023-11-01 14:29:26 +01:00
parent 143916c604
commit 9094d8233f
28 changed files with 292 additions and 1017 deletions

View File

@@ -237,13 +237,7 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
.then((m) => m.SubscriptionsPageRoutingModule),
canActivate: [AuthenticatedGuard]
},
{ path: '**', pathMatch: 'full', component: ThemedPageNotFoundComponent },
{
path: 'items',
loadChildren: () => import('./shared/correction-suggestion/correction-suggestion.module')
.then((m) => m.CorrectionSuggestionModule),
canActivate: [AuthenticatedGuard]
},
{ path: '**', pathMatch: 'full', component: ThemedPageNotFoundComponent }
]
}
], {