Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
carolcarpenter committed Nov 22, 2024
1 parent d1f0789 commit f55b853
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
},
Expand Down Expand Up @@ -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' },
},
Expand Down

0 comments on commit f55b853

Please sign in to comment.