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

move collection service tio jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 23:12:18 -05:00
parent 6bdc683c0d
commit 8e64181a5d
4 changed files with 142 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
export { ApiService } from './api.service';
export { AppIdService } from './appId.service';
export { CipherService } from './cipher.service';
export { CollectionService } from './collection.service';
export { ConstantsService } from './constants.service';
export { ContainerService } from './container.service';
export { CryptoService } from './crypto.service';