mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
moved service abstractions to jslib
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import TokenService from './token.service';
|
||||
|
||||
import { StorageService } from './abstractions/storage.service';
|
||||
import { StorageService } from '@bitwarden/jslib';
|
||||
|
||||
const Keys = {
|
||||
userId: 'userId',
|
||||
|
||||
Reference in New Issue
Block a user