mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
moved service abstractions to jslib
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { MessagingService as MessagingServiceInterface } from './abstractions/messaging.service';
|
||||
import { PlatformUtilsService } from './abstractions/platformUtils.service';
|
||||
import { MessagingService as MessagingServiceInterface, PlatformUtilsService } from '@bitwarden/jslib';
|
||||
|
||||
export default class BrowserMessagingService implements MessagingServiceInterface {
|
||||
constructor(private platformUtilsService: PlatformUtilsService) {
|
||||
|
||||
Reference in New Issue
Block a user