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