export const formatPrice = (value) => { return Number(value).toFixed(2) }