X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomposables%2Findex.ts;h=bc62dcb5abe4c9245c069b7f1c8e1c3d27ee71fb;hb=8f9060ba0f4e2e22053ceb34f357bb8a1263d889;hp=a4b40639498a77ddd2d207350bd4f069c849b24a;hpb=e2aa960555daf3768329cc7a81537f95d4043249;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/composables/index.ts b/ui/web/src/composables/index.ts index a4b40639..bc62dcb5 100644 --- a/ui/web/src/composables/index.ts +++ b/ui/web/src/composables/index.ts @@ -1 +1,2 @@ export { UIClient } from './UIClient' +export { convertToBoolean, convertToInt, getFromLocalStorage, setToLocalStorage } from './Utils'