X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fcomposables%2Findex.ts;h=31e231e87056fade9f399e9d8805428ba87febeb;hb=093ca832a5c03ea03f32368b4bf13c1d08ef3a54;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..31e231e8 100644 --- a/ui/web/src/composables/index.ts +++ b/ui/web/src/composables/index.ts @@ -1,2 +1,2 @@ export { UIClient } from './UIClient' -export { compose } from './Utils' +export { convertToBoolean, convertToInt } from './Utils'