mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
core: fix imports
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user