1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

move settings service to jslib

This commit is contained in:
Kyle Spearrin
2018-01-09 22:47:53 -05:00
parent ce00fcba98
commit 16a3555cd4
5 changed files with 7 additions and 69 deletions

View File

@@ -1,12 +1,12 @@
import CipherService from './cipher.service';
import CollectionService from './collection.service';
import SettingsService from './settings.service';
import {
ApiService,
CryptoService,
FolderService,
MessagingService,
SettingsService,
StorageService,
UserService,
} from 'jslib/abstractions';