1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

display favorites and collections in my vault

This commit is contained in:
Kyle Spearrin
2017-11-22 17:54:24 -05:00
parent 62ece2e8fe
commit a457846915
6 changed files with 89 additions and 21 deletions

View File

@@ -25,3 +25,4 @@ export const settingsService = getBackgroundService<any>('settingsService');
export const lockService = getBackgroundService<any>('lockService');
export const totpService = getBackgroundService<any>('totpService');
export const environmentService = getBackgroundService<any>('environmentService');
export const collectionService = getBackgroundService<any>('collectionService');