X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomposables%2Findex.ts;h=6810a971b0689d9d21089aa51770860e398ea1ce;hb=f2a90135692aac9beaeeb73efcb7e7aa093ec39a;hp=c5bd756f43839265680dae95491de1a7b30df11d;hpb=9d76f5ec92a3f5865ef2cefd5a253cab3aa2e5fe;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/composables/index.ts b/ui/web/src/composables/index.ts index c5bd756f..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 { compose } from './Utils' +export { + convertToBoolean, + convertToInt, + deleteFromLocalStorage, + getFromLocalStorage, + getLocalStorage, + randomUUID, + setToLocalStorage, + useUIClient +} from './Utils'