export function Price({ value }) { const label = value + ' руб.' const label = format(value) const hint = 'без НДС' return <span>{label}</span>}