type: fix type error.

This commit is contained in:
jaywcjlove
2024-08-05 00:44:13 +08:00
parent 8b4194f5ae
commit d85368cb4f
6 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
import MarkdownEditor, { getCommands } from '@uiw/react-markdown-editor';
import { useContext } from 'react';
// @ts-ignore
import { EditorView } from '@codemirror/view';
import { Preview } from './Preview';
import { copy } from '../../commands/copy';