mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
move cipherService to jslib
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import CipherService from './cipher.service';
|
||||
import CollectionService from './collection.service';
|
||||
|
||||
import { ConstantsService } from 'jslib/services';
|
||||
import {
|
||||
ConstantsService,
|
||||
} from 'jslib/services';
|
||||
|
||||
import {
|
||||
CipherService,
|
||||
CryptoService,
|
||||
FolderService,
|
||||
PlatformUtilsService,
|
||||
|
||||
Reference in New Issue
Block a user