diff --git a/bitwarden_license/src/app/app.module.ts b/bitwarden_license/src/app/app.module.ts index 9e0de2af..781e3f45 100644 --- a/bitwarden_license/src/app/app.module.ts +++ b/bitwarden_license/src/app/app.module.ts @@ -19,17 +19,17 @@ import { MaximumVaultTimeoutPolicyComponent } from "./policies/maximum-vault-tim @NgModule({ imports: [ - AppRoutingModule, - BrowserAnimationsModule, - DragDropModule, - FormsModule, - InfiniteScrollModule, JslibModule, - OrganizationsModule, - OssRoutingModule, + BrowserAnimationsModule, + FormsModule, ReactiveFormsModule, - RouterModule, ServicesModule, + InfiniteScrollModule, + DragDropModule, + AppRoutingModule, + OssRoutingModule, + OrganizationsModule, // Must be after OssRoutingModule for competing routes to resolve properly + RouterModule, WildcardRoutingModule, // Needs to be last to catch all non-existing routes ], declarations: [