X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=19b6dfe362109619ba04a2dddfaea76032842112;hb=8f4b00cd31d6bad86983dca3f4c78367cdeed52c;hp=b4f4c39f56d7a3073c57d8e365c5fa3a0aa7d40c;hpb=4147bb7ee6c183f244a10431b4dc53d71917f611;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index b4f4c39f..19b6dfe3 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -22,7 +22,7 @@ import CSTable from '@/components/charging-stations/CSTable.vue'; import type { ChargingStationData } from '@/types'; import Container from '@/components/Container.vue'; import ReloadButton from '@/components/buttons/ReloadButton.vue'; -import UIClient from '@/composables/UIClient'; +import { UIClient } from '@/composables/UIClient'; const UIClientInstance = UIClient.getInstance();