mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
moved service abstractions to jslib
This commit is contained in:
@@ -8,7 +8,7 @@ import AutofillService from '../services/autofill.service';
|
||||
import CipherService from '../services/cipher.service';
|
||||
import UtilsService from '../services/utils.service';
|
||||
|
||||
import { PlatformUtilsService } from '../services/abstractions/platformUtils.service';
|
||||
import { PlatformUtilsService } from '@bitwarden/jslib';
|
||||
|
||||
export default class RuntimeBackground {
|
||||
private runtime: any;
|
||||
|
||||
Reference in New Issue
Block a user