mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
moved service abstractions to jslib
This commit is contained in:
@@ -2,7 +2,7 @@ import ConstantsService from '../services/constants.service';
|
||||
import LockService from '../services/lock.service';
|
||||
import MainBackground from './main.background';
|
||||
|
||||
import { StorageService } from '../services/abstractions/storage.service';
|
||||
import { StorageService } from '@bitwarden/jslib';
|
||||
|
||||
export default class IdleBackground {
|
||||
private idle: any;
|
||||
|
||||
Reference in New Issue
Block a user