diff --git a/src/components/Editor/Editor.tsx b/src/components/Editor/Editor.tsx index 2c7e13e..6762163 100644 --- a/src/components/Editor/Editor.tsx +++ b/src/components/Editor/Editor.tsx @@ -43,7 +43,7 @@ import Superscript from "@tiptap/extension-superscript"; import Subscript from "@tiptap/extension-subscript"; const lowlight = createLowlight(all); -//test + export default function Editor(){ const editor = useEditor({ extensions: [