fix: refs #4774 translations conflicts

This commit is contained in:
Carlos Satorres 2025-01-24 12:32:40 +01:00
parent b1faf14f18
commit dc93ec8fb5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script setup>
import axios from 'axios';
import { computed, ref, nextTick, ref, useAttrs, watch } from 'vue';
import { computed, nextTick, ref, useAttrs, watch } from 'vue';
import { useRouter, onBeforeRouteLeave } from 'vue-router';
import { useI18n } from 'vue-i18n';
import { useQuasar } from 'quasar';