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
@@ -16,7 +16,6 @@ limitations under the License.
<script setup>
import Searchbar from '@/features/search/components/Searchbar.vue';
import { watch } from 'vue';
import { useRoute } from 'vue-router';