mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 04:37:51 +01:00
change Editor import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Editor } from "@tiptap/core";
|
||||
import { Editor } from "notesnook-editor";
|
||||
import { Attachment } from "notesnook-editor/dist/extensions/attachment";
|
||||
import { useCallback, useEffect, useRef, useState } from "react";
|
||||
import { useEditorThemeStore } from "../state/theme";
|
||||
|
||||
Reference in New Issue
Block a user