1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

remove unused bootstrap property

This commit is contained in:
Derek Nance
2026-02-17 16:31:52 -06:00
parent e6194d0212
commit eff7bb0526

View File

@@ -60,6 +60,5 @@ import { SharedModule } from "./shared/shared.module";
useClass: DesktopPremiumUpgradePromptService,
},
],
bootstrap: [],
})
export class OssModule {}