bill 2 months ago
parent
commit
99c5026412
1 changed files with 0 additions and 1 deletions
  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);