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

[AC-2963] Add premium-v2.component for individual users (#10885)

* Add premium-v2.component

* (No Logic) Move existing premium.component into new premium folder

* Add new premium-v2.component to /premium route behind FF
This commit is contained in:
Alex Morask
2024-09-05 11:20:23 -04:00
committed by GitHub
parent 32903a21f9
commit 2a1d9b7f31
7 changed files with 327 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ import { VerifyBankAccountComponent } from "./verify-bank-account/verify-bank-ac
UpdateLicenseDialogComponent,
OffboardingSurveyComponent,
VerifyBankAccountComponent,
PaymentV2Component,
],
})
export class BillingSharedModule {}