mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { EncryptionType } from "jslib-common/enums/encryptionType";
|
||||
import { SymmetricCryptoKey } from "jslib-common/models/domain/symmetricCryptoKey";
|
||||
import { EncryptionType } from "@bitwarden/common/enums/encryptionType";
|
||||
import { SymmetricCryptoKey } from "@bitwarden/common/models/domain/symmetricCryptoKey";
|
||||
|
||||
import { makeStaticByteArray } from "../utils";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user