mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
moved all enums to jslib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CipherType } from '../../../enums/cipherType.enum';
|
||||
import { CipherType } from '@bitwarden/jslib';
|
||||
|
||||
import { PlatformUtilsService } from '../../../services/abstractions/platformUtils.service';
|
||||
import { UtilsService } from '../../../services/abstractions/utils.service';
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import * as angular from 'angular';
|
||||
import { DeviceType } from '../../../enums/deviceType.enum';
|
||||
|
||||
import { DeviceType } from '@bitwarden/jslib';
|
||||
|
||||
import { CryptoService } from '../../../services/abstractions/crypto.service';
|
||||
import { MessagingService } from '../../../services/abstractions/messaging.service';
|
||||
import { PlatformUtilsService } from '../../../services/abstractions/platformUtils.service';
|
||||
|
||||
@@ -2,7 +2,7 @@ import * as angular from 'angular';
|
||||
import * as papa from 'papaparse';
|
||||
import * as template from './export.component.html';
|
||||
|
||||
import { CipherType } from '../../../enums/cipherType.enum';
|
||||
import { CipherType } from '@bitwarden/jslib';
|
||||
|
||||
import { CryptoService } from '../../../services/abstractions/crypto.service';
|
||||
import { UtilsService } from '../../../services/abstractions/utils.service';
|
||||
|
||||
Reference in New Issue
Block a user