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 { DeviceType } from '@bitwarden/jslib';
|
||||
import { PlatformUtilsService } from '../../services/abstractions/platformUtils.service';
|
||||
import { DeviceType, PlatformUtilsService } from '@bitwarden/jslib';
|
||||
|
||||
class DeviceRequest {
|
||||
type: DeviceType;
|
||||
|
||||
Reference in New Issue
Block a user