bill hai 4 meses
pai
achega
99c5026412
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);