style: reorder imports alphabetically

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent db3758a54a
commit d8b4aa7a1a
23 changed files with 43 additions and 45 deletions
@@ -16,7 +16,6 @@ limitations under the License.
<script setup>
import LanguageSwitchButton from '@/features/i18n/components/LanguageSwitchButton.vue';
import { useI18n } from 'vue-i18n';
const { t } = useI18n();