1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00
This commit is contained in:
Kyle Spearrin
2018-06-25 16:44:06 -04:00
parent fd8128dfe9
commit bb14aa821b
7 changed files with 103 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ import { ChangeEmailComponent } from './settings/change-email.component';
import { ChangePasswordComponent } from './settings/change-password.component';
import { DeauthorizeSessionsComponent } from './settings/deauthorize-sessions.component';
import { DeleteAccountComponent } from './settings/delete-account.component';
import { OptionsComponent } from './settings/options.component';
import { ProfileComponent } from './settings/profile.component';
import { PurgeVaultComponent } from './settings/purge-vault.component';
import { SettingsComponent } from './settings/settings.component';
@@ -122,6 +123,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
LoginComponent,
ModalComponent,
NavbarComponent,
OptionsComponent,
OrganizationsComponent,
OrganizationLayoutComponent,
PasswordGeneratorComponent,