Skip to content

Commit

Permalink
Update Editor.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ljm12914 committed Feb 3, 2025
1 parent aefc326 commit 89b4975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 89b4975

Please sign in to comment.