zhangjie 3 月之前
父节点
当前提交
22f3249c5c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/features/mark/scoring/MarkBoardMouse.vue

+ 0 - 1
src/features/mark/scoring/MarkBoardMouse.vue

@@ -98,7 +98,6 @@
 <script setup lang="ts">
 import type { Question } from "@/types";
 import { useMarkStore } from "@/store";
-import { DownOutlined } from "@ant-design/icons-vue";
 import { ref } from "vue";
 
 const markStore = useMarkStore();