zxl
2026-01-21 aab6b50f31e0da9736a8a221b082b246cd47c498
1
2
3
export const formatNumber = (value) => {
  return new Intl.NumberFormat('en-US').format(value);
}