refactor(ui): variable namespace cleanups
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / charging-stations / CSInfoModal.vue
index aa9bcd5dc0d36ebddb5a7fcade41f73cfa7bcde9..f2f6a6437003ad7c4c2379ecc1a7b439ef03f50c 100644 (file)
@@ -5,8 +5,8 @@
 </template>
 
 <script setup lang="ts">
-import Modal from '@/components/Modal.vue';
 import type { ChargingStationInfo } from '@/types/ChargingStationType';
+import Modal from '@/components/Modal.vue';
 
 const props = defineProps<{
   stationInfo: ChargingStationInfo;