From 9ea7d09722759d56850d818067c7ef3b7fe8e1f3 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Fri, 13 Feb 2026 09:45:08 +0500 Subject: [PATCH] core: fix imports --- packages/core/src/api/key-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/api/key-manager.ts b/packages/core/src/api/key-manager.ts index 64465e500..43068cf37 100644 --- a/packages/core/src/api/key-manager.ts +++ b/packages/core/src/api/key-manager.ts @@ -19,7 +19,7 @@ along with this program. If not, see . import { Cipher, SerializedKey, SerializedKeyPair } from "@notesnook/crypto"; import Database from "."; -import { isCipher } from "../utils"; +import { isCipher } from "../utils/index.js"; const KEY_INFO = { inboxKeys: {