1
0

fix: lint

This commit is contained in:
kolaente
2023-09-04 13:11:31 +02:00
parent 95be0d1d32
commit 7f2d92138e
6 changed files with 9 additions and 8 deletions

View File

@ -92,7 +92,6 @@
<script setup lang="ts">
import {
computed, onBeforeUnmount, onMounted, ref, toRefs, watch, type ComponentPublicInstance, type PropType,
watchEffect,
} from 'vue'
import {useI18n} from 'vue-i18n'