diff --git a/bitwarden_license/bit-desktop/src/app/app.module.ts b/bitwarden_license/bit-desktop/src/app/app.module.ts index 9563328e18a..a00d585ceb5 100644 --- a/bitwarden_license/bit-desktop/src/app/app.module.ts +++ b/bitwarden_license/bit-desktop/src/app/app.module.ts @@ -12,7 +12,7 @@ import { AppRoutingModule } from "./app-routing.module"; import { AppComponent } from "./app.component"; @NgModule({ - imports: [OssModule, OssRoutingModule, AppRoutingModule], + imports: [OssModule, AppRoutingModule, OssRoutingModule], declarations: [AppComponent], bootstrap: [AppComponent], })