mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
moved service abstractions to jslib
This commit is contained in:
@@ -10,7 +10,7 @@ import ApiService from './api.service';
|
||||
import CryptoService from './crypto.service';
|
||||
import UserService from './user.service';
|
||||
|
||||
import { StorageService } from './abstractions/storage.service';
|
||||
import { StorageService } from '@bitwarden/jslib';
|
||||
|
||||
const Keys = {
|
||||
foldersPrefix: 'folders_',
|
||||
|
||||
Reference in New Issue
Block a user