fix style (#439)

This commit is contained in:
Fine0830
2024-12-04 10:29:30 +08:00
committed by GitHub
parent fbeeca8d9a
commit f5cfb030a3
2 changed files with 4 additions and 1 deletions

View File

@@ -100,7 +100,6 @@ limitations under the License. -->
import { useAsyncProfilingStore } from "@/store/modules/async-profiling";
import { useSelectorStore } from "@/store/modules/selectors";
import { ElMessage } from "element-plus";
import type { Option } from "@/types/app";
import { DurationOptions, ProfilingEvents } from "./data";
/* global defineEmits */