export const currencyFormatter = new Intl.NumberFormat( "ru", { currency: "RUB", style: "currency", compactDisplay: "short", minimumFractionDigits: 0 } )