build: align eslint imports sorting settings
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / charging-stations / IdTagInputModal.vue
index 1fa7b09ff93b243d26600eddfed9c827aab7a0a4..6d2257e3bc7ca6bb0cddcfa13410a370ac8349b0 100644 (file)
@@ -10,8 +10,8 @@
 </template>
 
 <script setup lang="ts">
-import Modal from '@/components/Modal.vue';
 import Button from '../buttons/Button.vue';
+import Modal from '@/components/Modal.vue';
 
 const props = defineProps<{
   visibility: boolean;