Web UI: add one UT
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / components / charging-stations / CSTable.vue
index 4cc5da9afefcd42e51a314f50bbbfa77ff50bd08..cf96d954c9e756311ae2f06f2713a974e50db4c3 100644 (file)
@@ -27,7 +27,7 @@
 
 <script setup lang="ts">
 import CSData from './CSData.vue';
-import { ChargingStationData } from '@/type/ChargingStationType';
+import type { ChargingStationData } from '@/type/ChargingStationType';
 
 const props = defineProps<{
   chargingStations: Record<string, ChargingStationData>;