X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomposables%2Findex.ts;h=6810a971b0689d9d21089aa51770860e398ea1ce;hb=f2a90135692aac9beaeeb73efcb7e7aa093ec39a;hp=278b82b419ff7a0124c572d72323ab5065823b3b;hpb=2610da71b813ad94e1a2a48755d5689da53b41fa;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/composables/index.ts b/ui/web/src/composables/index.ts index 278b82b4..6810a971 100644 --- a/ui/web/src/composables/index.ts +++ b/ui/web/src/composables/index.ts @@ -2,9 +2,10 @@ export { UIClient } from './UIClient' export { convertToBoolean, convertToInt, + deleteFromLocalStorage, getFromLocalStorage, getLocalStorage, randomUUID, - removeFromLocalStorage, - setToLocalStorage + setToLocalStorage, + useUIClient } from './Utils'