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

org imports

This commit is contained in:
Kyle Spearrin
2018-07-05 23:38:36 -04:00
parent 6193bf431d
commit 6f75e0bba0
6 changed files with 190 additions and 82 deletions

View File

@@ -33,6 +33,7 @@ import { TwoFactorOptionsComponent } from './accounts/two-factor-options.compone
import { TwoFactorComponent } from './accounts/two-factor.component';
import { ExportComponent as OrgExportComponent } from './organizations/tools/export.component';
import { ImportComponent as OrgImportComponent } from './organizations/tools/import.component';
import { ToolsComponent as OrgToolsComponent } from './organizations/tools/tools.component';
import { AddEditComponent as OrgAddEditComponent } from './organizations/vault/add-edit.component';
@@ -163,6 +164,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
OrgCiphersComponent,
OrgCollectionsComponent,
OrgExportComponent,
OrgImportComponent,
OrgGroupingsComponent,
OrgToolsComponent,
OrganizationsComponent,