mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
moved all enums to jslib
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import BrowserPlatformUtilsService from './browserPlatformUtils.service';
|
||||
import { DeviceType } from '../enums/deviceType.enum';
|
||||
import { DeviceType } from '@bitwarden/jslib';
|
||||
|
||||
describe('Browser Utils Service', () => {
|
||||
describe('getDomain', () => {
|
||||
|
||||
Reference in New Issue
Block a user