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