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