bill 2 tháng trước cách đây
mục cha
commit
99c5026412
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);