export const replaceComma = (value: string | number) => `${value}`.replace(',', '.');