From ceac6008bc9aa62bcbe824156f36d9fe21327d85 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 17 Sep 2020 18:55:09 +0200 Subject: [PATCH] fix import --- src/legacy-extras.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/legacy-extras.js b/src/legacy-extras.js index e0767acd..e6b1f08e 100644 --- a/src/legacy-extras.js +++ b/src/legacy-extras.js @@ -1,5 +1,5 @@ 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. // they are exported here and passed into main to make them available to the app.