style: reorder imports alphabetically

This commit is contained in:
2026-08-08 15:23:30 +02:00
parent d3703005a0
commit b08a76fbc2
23 changed files with 43 additions and 45 deletions
@@ -15,10 +15,8 @@ limitations under the License.
-->
<script setup>
import Icon from '@/features/icons/components/Icon.vue';
import { useSettingsStore } from '../stores/settingsStore';
import Icon from '@/features/icons/components/Icon.vue';
import { computed, ref, useId, watch } from 'vue';
import { useI18n } from 'vue-i18n';