fix import
This commit is contained in:
parent
fe5b732c97
commit
ceac6008bc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import aesjs from "../lib/aes-js/index.js";
|
import aesjs from "../lib/aes-js/index.js";
|
||||||
import hkdf from "./utils/crypto/hkdf.js";
|
import {hkdf} from "./utils/crypto/hkdf.js";
|
||||||
|
|
||||||
// these are run-time dependencies that are only needed for the legacy bundle.
|
// these are run-time dependencies that are only needed for the legacy bundle.
|
||||||
// they are exported here and passed into main to make them available to the app.
|
// they are exported here and passed into main to make them available to the app.
|
||||||
|
|
Reference in a new issue