1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-21 16:18:28 +01:00

refactor: move sm enroll component to billing, refs AC-1202 (#5108)

This commit is contained in:
Vincent Salucci 2023-03-29 13:17:47 -05:00 committed by GitHub
parent e00bed7003
commit 50556619d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { NgModule } from "@angular/core";
import { SecretsManagerEnrollComponent } from "../../organizations/billing/secrets-manager/enroll.component";
import { LooseComponentsModule, SharedModule } from "../../shared";
import { AdjustSubscription } from "./adjust-subscription.component";
@ -12,6 +11,7 @@ import { OrganizationBillingRoutingModule } from "./organization-billing-routing
import { OrganizationBillingTabComponent } from "./organization-billing-tab.component";
import { OrganizationSubscriptionCloudComponent } from "./organization-subscription-cloud.component";
import { OrganizationSubscriptionSelfhostComponent } from "./organization-subscription-selfhost.component";
import { SecretsManagerEnrollComponent } from "./secrets-manager/enroll.component";
import { SubscriptionHiddenComponent } from "./subscription-hidden.component";
@NgModule({