From 74d487b3d56fff461a03c651ab76a3df6f44b954 Mon Sep 17 00:00:00 2001 From: Alexander Vogt Date: Sun, 1 Oct 2023 12:46:31 +0200 Subject: [PATCH] remove import --- report-viewer/src/components/ClusterGraph.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/report-viewer/src/components/ClusterGraph.vue b/report-viewer/src/components/ClusterGraph.vue index b57597d1a..ff5348d6b 100644 --- a/report-viewer/src/components/ClusterGraph.vue +++ b/report-viewer/src/components/ClusterGraph.vue @@ -13,7 +13,6 @@ import ChartDataLabels from 'chartjs-plugin-datalabels' import { EdgeLine, GraphController, GraphChart } from 'chartjs-chart-graph' import { store } from '@/stores/store' import { graphColors } from '@/utils/ColorUtils' -import { start } from 'repl' const props = defineProps({ cluster: {