1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

don't need ToastContainerComponent anymore

This commit is contained in:
Derek Nance
2026-02-17 18:08:48 -06:00
parent 508a653acc
commit 24ab4f3b97

View File

@@ -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,