mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
moved service abstractions to jslib
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { CipherType } from '@bitwarden/jslib';
|
||||
|
||||
import { PlatformUtilsService } from '../../../services/abstractions/platformUtils.service';
|
||||
import { UtilsService } from '../../../services/abstractions/utils.service';
|
||||
import { PlatformUtilsService, UtilsService } from '@bitwarden/jslib';
|
||||
import * as template from './current.component.html';
|
||||
|
||||
export class CurrentController {
|
||||
|
||||
Reference in New Issue
Block a user