mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[AC-1453] Update TrialInitiationModule with new standalone component (#6448)
* import new standalone components directly into TrialInitiationModule instead of importing and re-exporting through LooseComponentsModule
This commit is contained in:
@@ -51,7 +51,6 @@ import { UpdatePasswordComponent } from "../auth/update-password.component";
|
||||
import { UpdateTempPasswordComponent } from "../auth/update-temp-password.component";
|
||||
import { VerifyEmailTokenComponent } from "../auth/verify-email-token.component";
|
||||
import { VerifyRecoverDeleteComponent } from "../auth/verify-recover-delete.component";
|
||||
import { BillingSharedModule } from "../billing/shared";
|
||||
import { DynamicAvatarComponent } from "../components/dynamic-avatar.component";
|
||||
import { SelectableAvatarComponent } from "../components/selectable-avatar.component";
|
||||
import { FooterComponent } from "../layouts/footer.component";
|
||||
@@ -107,11 +106,6 @@ import { SharedModule } from "./shared.module";
|
||||
EnvironmentSelectorModule,
|
||||
AccountFingerprintComponent,
|
||||
PasswordCalloutComponent,
|
||||
|
||||
// Temporary export to be removed in AC-1453
|
||||
// Import PaymentComponent and TaxInfoComponent directly into TrialIniationComponent
|
||||
// and remove BillingSharedModule here
|
||||
BillingSharedModule,
|
||||
],
|
||||
declarations: [
|
||||
AcceptEmergencyComponent,
|
||||
@@ -282,11 +276,6 @@ import { SharedModule } from "./shared.module";
|
||||
VerifyEmailTokenComponent,
|
||||
VerifyRecoverDeleteComponent,
|
||||
LowKdfComponent,
|
||||
|
||||
// Temporary export to be removed in AC-1453
|
||||
// Import PaymentComponent and TaxInfoComponent directly into TrialIniationComponent
|
||||
// and remove BillingSharedModule here
|
||||
BillingSharedModule,
|
||||
],
|
||||
})
|
||||
export class LooseComponentsModule {}
|
||||
|
||||
Reference in New Issue
Block a user