mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
move settings service to jslib
This commit is contained in:
@@ -21,12 +21,11 @@ import { ConstantsService } from 'jslib/services';
|
||||
import {
|
||||
ApiService,
|
||||
CryptoService,
|
||||
SettingsService,
|
||||
StorageService,
|
||||
UserService,
|
||||
} from 'jslib/abstractions';
|
||||
|
||||
import SettingsService from './settings.service';
|
||||
|
||||
const Keys = {
|
||||
ciphersPrefix: 'ciphers_',
|
||||
localData: 'sitesLocalData',
|
||||
|
||||
Reference in New Issue
Block a user