mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
fix ToastContainerComponent import lint
This commit is contained in:
@@ -9,7 +9,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 } from "@bitwarden/components";
|
||||
import { CalloutModule, DialogModule, ToastContainerComponent } from "@bitwarden/components";
|
||||
import { AssignCollectionsComponent } from "@bitwarden/vault";
|
||||
|
||||
import { DeleteAccountComponent } from "../auth/delete-account.component";
|
||||
@@ -28,7 +28,6 @@ import { HeaderComponent } from "./layout/header.component";
|
||||
import { NavComponent } from "./layout/nav.component";
|
||||
import { SearchComponent } from "./layout/search/search.component";
|
||||
import { SharedModule } from "./shared/shared.module";
|
||||
import { ToastContainerComponent } from "libs/components/src/toast/toast-container.component";
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -44,6 +43,7 @@ import { ToastContainerComponent } from "libs/components/src/toast/toast-contain
|
||||
NavComponent,
|
||||
AssignCollectionsComponent,
|
||||
VaultV2Component,
|
||||
ToastContainerComponent,
|
||||
],
|
||||
declarations: [
|
||||
AccountSwitcherComponent,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export * from "./toast.module";
|
||||
export * from "./toast.service";
|
||||
export * from "./toast-container.component";
|
||||
export type { ToastVariant } from "./toast.component";
|
||||
|
||||
Reference in New Issue
Block a user