core: fix imports

This commit is contained in:
Ammar Ahmed
2026-02-13 09:45:08 +05:00
parent 122c3a96c7
commit 9ea7d09722

View File

@@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
import { Cipher, SerializedKey, SerializedKeyPair } from "@notesnook/crypto";
import Database from ".";
import { isCipher } from "../utils";
import { isCipher } from "../utils/index.js";
const KEY_INFO = {
inboxKeys: {