components/price.tsx+2 добавлено1 удалено
export function Price({ value }) {  const label = value + ' руб.'  const label = format(value)  const hint = 'без НДС'  return <span>{label}</span>}