1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

stub out billing component

This commit is contained in:
Kyle Spearrin
2018-06-28 14:05:04 -04:00
parent 38e87b1af0
commit 318b750603
7 changed files with 32 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ import { TwoFactorSetupComponent } from './settings/two-factor-setup.component';
import { TwoFactorU2fComponent } from './settings/two-factor-u2f.component';
import { TwoFactorVerifyComponent } from './settings/two-factor-verify.component';
import { TwoFactorYubiKeyComponent } from './settings/two-factor-yubikey.component';
import { UserBillingComponent } from './settings/user-billing.component';
import { BreachReportComponent } from './tools/breach-report.component';
import { ExportComponent } from './tools/export.component';
@@ -162,6 +163,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
TwoFactorU2fComponent,
TwoFactorVerifyComponent,
TwoFactorYubiKeyComponent,
UserBillingComponent,
UserLayoutComponent,
VaultComponent,
],