feat(ui): add charging station options to add action
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / index.ts
index c5bd756f43839265680dae95491de1a7b30df11d..31e231e87056fade9f399e9d8805428ba87febeb 100644 (file)
@@ -1,2 +1,2 @@
 export { UIClient } from './UIClient'
-export { compose } from './Utils'
+export { convertToBoolean, convertToInt } from './Utils'