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:
parent
e00bed7003
commit
50556619d9
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user