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,11 +15,10 @@ limitations under the License.
-->
<script setup>
import Switch from './Switch.vue';
import SettingsInput from './SettingsInput.vue';
import Selection from './Selection.vue';
import SettingsInput from './SettingsInput.vue';
import SettingsPageLink from './SettingsPageLink.vue';
import Switch from './Switch.vue';
import { useI18n } from 'vue-i18n';
const { t } = useI18n();