remove import

This commit is contained in:
Qiuxia Fan 2022-05-19 15:21:10 +08:00
parent c3dc96e46e
commit 531286e72d

View File

@ -103,7 +103,6 @@ import { useSelectorStore } from "@/store/modules/selectors";
import ConditionTags from "@/views/components/ConditionTags.vue"; import ConditionTags from "@/views/components/ConditionTags.vue";
import { ElMessage } from "element-plus"; import { ElMessage } from "element-plus";
import { EntityType } from "../../data"; import { EntityType } from "../../data";
import { number } from "@intlify/core-base";
const { t } = useI18n(); const { t } = useI18n();
const appStore = useAppStoreWithOut(); const appStore = useAppStoreWithOut();