fix: fix ApplicationProtocolVersion type definition
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / index.ts
index c5bd756f43839265680dae95491de1a7b30df11d..6810a971b0689d9d21089aa51770860e398ea1ce 100644 (file)
@@ -1,2 +1,11 @@
 export { UIClient } from './UIClient'
-export { compose } from './Utils'
+export {
+  convertToBoolean,
+  convertToInt,
+  deleteFromLocalStorage,
+  getFromLocalStorage,
+  getLocalStorage,
+  randomUUID,
+  setToLocalStorage,
+  useUIClient
+} from './Utils'