1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

collection management

This commit is contained in:
Kyle Spearrin
2018-10-23 12:16:27 -04:00
parent 3d5ed8f66a
commit 80e71d4923
8 changed files with 90 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ import { TabsComponent } from './tabs.component';
import { AddEditComponent } from './vault/add-edit.component';
import { AttachmentsComponent } from './vault/attachments.component';
import { CiphersComponent } from './vault/ciphers.component';
import { CollectionsComponent } from './vault/collections.component';
import { CurrentTabComponent } from './vault/current-tab.component';
import { GroupingsComponent } from './vault/groupings.component';
import { PasswordHistoryComponent } from './vault/password-history.component';
@@ -154,6 +155,7 @@ registerLocaleData(localeZhTw, 'zh-TW');
BoxRowDirective,
CiphersComponent,
CiphersListComponent,
CollectionsComponent,
CurrentTabComponent,
EnvironmentComponent,
ExportComponent,