From f55b853f33c73fccc8c43f761e21ba5b50595e93 Mon Sep 17 00:00:00 2001 From: Carol Carpenter Date: Thu, 21 Nov 2024 19:36:01 -0800 Subject: [PATCH] revert --- .../ClientApp/src/app/app-routing.module.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Spd.Presentation.Screening/ClientApp/src/app/app-routing.module.ts b/src/Spd.Presentation.Screening/ClientApp/src/app/app-routing.module.ts index 536e3cbb9..3a31959e5 100644 --- a/src/Spd.Presentation.Screening/ClientApp/src/app/app-routing.module.ts +++ b/src/Spd.Presentation.Screening/ClientApp/src/app/app-routing.module.ts @@ -14,7 +14,7 @@ const routes: Routes = [ path: AppRoutes.ORG_REGISTRATION, loadChildren: () => import('./modules/org-registration-portal/org-registration-portal.module').then( - (m) => m.OrgRegistrationPortalModule, + (m) => m.OrgRegistrationPortalModule ), data: { title: 'Organization Registration' }, }, @@ -42,7 +42,7 @@ const routes: Routes = [ path: AppRoutes.SECURITY_SCREENING_APPLICATION, loadChildren: () => import('./modules/security-screening-portal/security-screening-portal.module').then( - (m) => m.SecurityScreeningPortalModule, + (m) => m.SecurityScreeningPortalModule ), data: { title: 'Security Screening' }, },