Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke committed Feb 7, 2024
1 parent 995b426 commit 73bda18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/lib/editor-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Markdown } from "tiptap-markdown";
import { lowlight } from "lowlight";
import CodeBlockLowlight from "@tiptap/extension-code-block-lowlight";
import CharacterCount from "@tiptap/extension-character-count";
import Image from "../components/tip-tap-extensions/image-extension"
import Image from "../components/tip-tap-extensions/image-extension";
import Placeholder from "@tiptap/extension-placeholder";
import Link from "@tiptap/extension-link";

Expand Down

0 comments on commit 73bda18

Please sign in to comment.