Web UI: rename some directories to a sensible name
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / components / charging-stations / CSInfoModal.vue
index dd7835fd847a7202bc5fe42c05bc7a17188cd488..f9481b58845d77223a7afe1be5b0eee52cac1c0a 100644 (file)
@@ -6,7 +6,7 @@
 
 <script setup lang="ts">
 import Modal from '@/components/Modal.vue';
-import { ChargingStationInfo } from '@/type/ChargingStationType';
+import type { ChargingStationInfo } from '@/types/ChargingStationType';
 
 const props = defineProps<{
   isVisible: boolean;