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:
@@ -1,6 +1,6 @@
|
||||
import CipherService from '../services/cipher.service';
|
||||
|
||||
import { PlatformUtilsService } from '../services/abstractions/platformUtils.service';
|
||||
import { PlatformUtilsService } from '@bitwarden/jslib';
|
||||
|
||||
export default class WebRequestBackground {
|
||||
private pendingAuthRequests: any[] = [];
|
||||
|
||||
Reference in New Issue
Block a user