1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-21 08:47:52 +01:00
bitwarden-estensione-browser/apps/web/src/app/billing/shared/index.ts
Thomas Rittson 0a953b444a
[AC-1453] Move OrganizationPlansComponent and related components out of LooseComponentsModule (#6230)
* restructure billing folders into individual, organization, and shared
* move components from `LooseComponentsModule`
2023-10-03 15:36:45 -04:00

6 lines
202 B
TypeScript

export * from "./billing-shared.module";
export * from "./payment-method.component";
export * from "./payment.component";
export * from "./sm-subscribe.component";
export * from "./tax-info.component";