1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

[PM-15402] Remove TaxInfoComponent from trial-initiation.module.ts (#12996)

This commit is contained in:
Jonas Hendrickx
2025-02-13 10:23:38 +01:00
committed by GitHub
parent f827b9702c
commit 7984bb329f
5 changed files with 20 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ import { FormsModule } from "@angular/forms";
import { JslibModule } from "@bitwarden/angular/jslib.module";
import { SearchModule } from "@bitwarden/components";
import { DangerZoneComponent } from "@bitwarden/web-vault/app/auth/settings/account/danger-zone.component";
import { OrganizationPlansComponent, TaxInfoComponent } from "@bitwarden/web-vault/app/billing";
import { OrganizationPlansComponent } from "@bitwarden/web-vault/app/billing";
import { OssModule } from "@bitwarden/web-vault/app/oss.module";
import {
@@ -47,7 +47,6 @@ import { VerifyRecoverDeleteProviderComponent } from "./verify-recover-delete-pr
OrganizationPlansComponent,
SearchModule,
ProvidersLayoutComponent,
TaxInfoComponent,
DangerZoneComponent,
ScrollingModule,
],