mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-19 00:05:25 +00:00
fix: remove unused import
This commit is contained in:
parent
267ef5b513
commit
2e7d557a60
@ -54,7 +54,6 @@ limitations under the License. -->
|
|||||||
import { useQueryProcessor, useSourceProcessor, useGetMetricEntity } from "@/hooks/useMetricsProcessor";
|
import { useQueryProcessor, useSourceProcessor, useGetMetricEntity } from "@/hooks/useMetricsProcessor";
|
||||||
import graphs from "./graphs";
|
import graphs from "./graphs";
|
||||||
import { EntityType } from "./data";
|
import { EntityType } from "./data";
|
||||||
import getLocalTime from "@/utils/localtime";
|
|
||||||
import timeFormat from "@/utils/timeFormat";
|
import timeFormat from "@/utils/timeFormat";
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
|
Loading…
Reference in New Issue
Block a user