Browse Source

clean code

reiji-h 2 năm trước cách đây
mục cha
commit
a94551d4e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/editor/src/components/CodeMirrorEditorMain.tsx

+ 1 - 1
packages/editor/src/components/CodeMirrorEditorMain.tsx

@@ -1,6 +1,6 @@
 import { useEffect } from 'react';
 
-import { type Extension } from '@codemirror/state';
+import type { Extension } from '@codemirror/state';
 import { keymap, scrollPastEnd } from '@codemirror/view';
 
 import { GlobalCodeMirrorEditorKey } from '../consts';