diff --git a/frontend/src/ts/modules/webbpm/webbpm-routing.module.ts b/frontend/src/ts/modules/webbpm/webbpm-routing.module.ts index 12585c3..c8485da 100644 --- a/frontend/src/ts/modules/webbpm/webbpm-routing.module.ts +++ b/frontend/src/ts/modules/webbpm/webbpm-routing.module.ts @@ -13,7 +13,7 @@ const webbpmRoutes: Routes = [ }, { path: '', - loadChildren: 'generated-sources/page-conversion.module#PageconversionModule', + loadChildren: 'generated-sources/page-initial_registration.module#Pageinitial_registrationModule', canActivate: [ConfirmExitGuard, RolesGuard], pathMatch: 'full', },