فهرست منبع

135396 change import to type

soumaeda 2 سال پیش
والد
کامیت
61615df31e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/components/PageEditor/markdown-table-util-for-editor.ts

+ 1 - 1
apps/app/src/components/PageEditor/markdown-table-util-for-editor.ts

@@ -1,4 +1,4 @@
-import { EditorView } from '@codemirror/view';
+import type { EditorView } from '@codemirror/view';
 
 import MarkdownTable from '~/client/models/MarkdownTable';