aboutsummaryrefslogtreecommitdiff
path: root/src/tools/math-evaluator/math-evaluator.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/math-evaluator/math-evaluator.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/math-evaluator/math-evaluator.vue')
-rw-r--r--src/tools/math-evaluator/math-evaluator.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/math-evaluator/math-evaluator.vue b/src/tools/math-evaluator/math-evaluator.vue
index 0429e6e..25e5129 100644
--- a/src/tools/math-evaluator/math-evaluator.vue
+++ b/src/tools/math-evaluator/math-evaluator.vue
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { evaluate } from 'mathjs';
-import { computed, ref } from 'vue';
+
import { withDefaultOnError } from '@/utils/defaults';
const expression = ref('');