aboutsummaryrefslogtreecommitdiff
path: root/src/tools/benchmark-builder/benchmark-builder.vue
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2023-06-10 17:14:50 +0200
committerGravatar Corentin THOMASSET <corentin.thomasset74@gmail.com> 2023-06-10 17:24:10 +0200
commitfe61f0f2f2bc89fe15ebce2d3a926c02191e4f12 (patch)
tree518fdf5af3035e2670969bf4880045d1800dd184 /src/tools/benchmark-builder/benchmark-builder.vue
parent93799af83c6dd36ef41935fcaabff9c6342e8421 (diff)
downloadit-tools-fe61f0f2f2bc89fe15ebce2d3a926c02191e4f12.tar.gz
it-tools-fe61f0f2f2bc89fe15ebce2d3a926c02191e4f12.tar.zst
it-tools-fe61f0f2f2bc89fe15ebce2d3a926c02191e4f12.zip
refactor(imports): removed unnecessary imports to vue
Diffstat (limited to 'src/tools/benchmark-builder/benchmark-builder.vue')
-rw-r--r--src/tools/benchmark-builder/benchmark-builder.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/benchmark-builder/benchmark-builder.vue b/src/tools/benchmark-builder/benchmark-builder.vue
index d6642cc..56776f2 100644
--- a/src/tools/benchmark-builder/benchmark-builder.vue
+++ b/src/tools/benchmark-builder/benchmark-builder.vue
@@ -2,7 +2,7 @@
import { Plus, Trash } from '@vicons/tabler';
import { useClipboard, useStorage } from '@vueuse/core';
import _ from 'lodash';
-import { computed } from 'vue';
+
import { arrayToMarkdownTable, computeAverage, computeVariance } from './benchmark-builder.models';
import DynamicValues from './dynamic-values.vue';