style(editor): import 错误

This commit is contained in:
roymondchen 2024-09-29 17:11:37 +08:00 committed by roymondchen
parent ed6d9b2b67
commit 6e2a41afbc

View File

@ -18,8 +18,8 @@
import { ref } from 'vue';
import { Search } from '@element-plus/icons-vue';
import { NodeType } from '@tmagic/core';
import { createForm, MForm } from '@tmagic/form';
import { NodeType } from '@tmagic/schema';
import Icon from '@editor/components/Icon.vue';