1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00
This commit is contained in:
Kyle Spearrin
2018-06-12 11:46:11 -04:00
parent 85fd36f5c3
commit edef3f90f1
13 changed files with 229 additions and 23 deletions

View File

@@ -39,6 +39,7 @@ import { CiphersComponent } from './vault/ciphers.component';
import { FolderAddEditComponent } from './vault/folder-add-edit.component';
import { GroupingsComponent } from './vault/groupings.component';
import { OrganizationsComponent } from './vault/organizations.component';
import { ShareComponent } from './vault/share.component';
import { VaultComponent } from './vault/vault.component';
import { IconComponent } from 'jslib/angular/components/icon.component';
@@ -99,6 +100,7 @@ import { Folder } from 'jslib/models/domain';
OrganizationLayoutComponent,
RegisterComponent,
SearchCiphersPipe,
ShareComponent,
StopClickDirective,
StopPropDirective,
ToolsComponent,
@@ -113,6 +115,7 @@ import { Folder } from 'jslib/models/domain';
AttachmentsComponent,
FolderAddEditComponent,
ModalComponent,
ShareComponent,
TwoFactorOptionsComponent,
],
providers: [],