Skip to content

Commit 5474889

Browse files
committed
refactor(app): rename markdown-editor > editor
1 parent 083daab commit 5474889

File tree

12 files changed

+1
-1
lines changed

12 files changed

+1
-1
lines changed

packages/app/modules/entry/pages/EMarkdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import DirectoryEntry from '@core/entities/directory-entry'
1212
1313
import { useStore } from '@modules/entry/store'
1414
15-
import MEditor from '@modules/markdown-editor/components/MEditor.vue'
15+
import MEditor from '@modules/editor/components/MEditor.vue'
1616
1717
const props = defineProps({
1818
path: {

0 commit comments

Comments
 (0)