Web UI: rename some directories to a sensible name
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / components / charging-stations / CSData.vue
index 08a72d5e6e5bb801a3a05a6fb39d36498812fcdd..3de9a7d6ebe4d0d41ac43e031aedcbd8d83aee98 100644 (file)
 import CSConnector from './CSConnector.vue';
 
 // import { reactive } from 'vue';
-import Utils from '@/composable/Utils';
+import Utils from '@/composables/Utils';
 import type {
   ChargingStationData,
   ChargingStationInfo,
   ConnectorStatus,
-} from '@/type/ChargingStationType';
+} from '@/types/ChargingStationType';
 
 const props = defineProps<{
   chargingStation: ChargingStationData;