refactor: 将枚举和常量从utils移动到constants
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import { reactive, ref } from 'vue';
|
||||
|
||||
import { MindMapContentExample } from '@vben/utils';
|
||||
import { MindMapContentExample } from '@vben/constants';
|
||||
|
||||
import { Button, Textarea } from 'ant-design-vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user