bill 2 月之前
父节点
当前提交
99c5026412
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/core/components/line/line.vue

+ 0 - 1
src/core/components/line/line.vue

@@ -6,7 +6,6 @@
 import { useAutomaticData } from "@/core/hook/use-automatic-data.ts";
 import { LineData } from "./index.ts";
 import TempLine from "./temp-line.vue";
-import { useOperMode } from "@/core/hook/use-status.ts";
 
 const props = defineProps<{ data: LineData }>();
 const data = useAutomaticData(() => props.data);