feat(ui): add support for multiple UI server configurations
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / index.ts
index 31e231e87056fade9f399e9d8805428ba87febeb..bc62dcb5abe4c9245c069b7f1c8e1c3d27ee71fb 100644 (file)
@@ -1,2 +1,2 @@
 export { UIClient } from './UIClient'
-export { convertToBoolean, convertToInt } from './Utils'
+export { convertToBoolean, convertToInt, getFromLocalStorage, setToLocalStorage } from './Utils'