diff --git a/apps/desktop/src/app/oss.module.ts b/apps/desktop/src/app/oss.module.ts index 1bfe2996c37..7e3e1d7fcc3 100644 --- a/apps/desktop/src/app/oss.module.ts +++ b/apps/desktop/src/app/oss.module.ts @@ -4,7 +4,7 @@ import { BrowserAnimationsModule } from "@angular/platform-browser/animations"; import { ColorPasswordCountPipe } from "@bitwarden/angular/pipes/color-password-count.pipe"; import { ColorPasswordPipe } from "@bitwarden/angular/pipes/color-password.pipe"; import { PremiumUpgradePromptService } from "@bitwarden/common/vault/abstractions/premium-upgrade-prompt.service"; -import { CalloutModule, DialogModule, ToastContainerComponent } from "@bitwarden/components"; +import { CalloutModule, DialogModule } from "@bitwarden/components"; import { AssignCollectionsComponent } from "@bitwarden/vault"; import { DeleteAccountComponent } from "../auth/delete-account.component"; @@ -35,7 +35,6 @@ import { SharedModule } from "./shared/shared.module"; NavComponent, AssignCollectionsComponent, VaultV2Component, - ToastContainerComponent, ], declarations: [ AccountSwitcherComponent, @@ -51,7 +50,6 @@ import { SharedModule } from "./shared/shared.module"; HeaderComponent, PremiumComponent, SearchComponent, - ToastContainerComponent, ], providers: [ SshAgentService,