style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-19 10:19:40 +00:00
parent 1aa823bf5c
commit d51ebae322
2 changed files with 6 additions and 8 deletions

View file

@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref, watch } from "vue";
import { useI18n } from 'vue-i18n';
import { useI18n } from "vue-i18n";
const { t } = useI18n();