Skip to content

Commit 3e37eec

Browse files
committed
fix : change markdownEditor to MarkdownEditor in import
1 parent f610d6c commit 3e37eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/AddOrEditTaskModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { allowedFileExtensionsRegEx } from "src/regularExpressions/Miscelleneous
2828
import { handleEditTask } from "src/utils/TaskItemEventHandlers";
2929
import { markdownButtonHoverPreviewEvent } from "src/services/MarkdownHoverPreview";
3030
import { ViewUpdate } from "@codemirror/view";
31-
import { createEmbeddableMarkdownEditor, EmbeddableMarkdownEditor } from "src/services/markdownEditor";
31+
import { createEmbeddableMarkdownEditor, EmbeddableMarkdownEditor } from "src/services/MarkdownEditor";
3232

3333
const taskItemEmpty: taskItem = {
3434
id: 0,

0 commit comments

Comments
 (0)