reiji-h 2 tahun lalu
induk
melakukan
a94551d4e5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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';