chore(front): fix linter error

This commit is contained in:
setop 2024-07-06 22:04:25 +02:00
parent 9ff494f1b5
commit 8f2a8b4349

View file

@ -22,7 +22,7 @@
</div>
</template>
<script lang="ts" setup>
import { computed, watch } from "vue";
import { computed } from "vue";
import { useI18n } from "vue-i18n";
const { locale } = useI18n({ useScope: "global" });