1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

remove ciphers-list.component

This commit is contained in:
Thomas Rittson
2021-05-21 14:16:18 +10:00
parent 2b3ae50ed9
commit f2977aab0c
5 changed files with 9 additions and 71 deletions

View File

@@ -70,7 +70,6 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
import { ActionButtonsComponent } from './components/action-buttons.component';
import { CipherRowComponent } from './components/cipher-row.component';
import { CiphersListComponent } from './components/ciphers-list.component';
import { PopOutComponent } from './components/pop-out.component';
import { SendListComponent } from './components/send-list.component';
@@ -189,7 +188,6 @@ registerLocaleData(localeZhTw, 'zh-TW');
CalloutComponent,
CipherRowComponent,
CiphersComponent,
CiphersListComponent,
CollectionsComponent,
ColorPasswordPipe,
CurrentTabComponent,