zxl
2025-10-28 e5d499ae6a4e6b320f71c49987b76cc11f6bc1e4
1
2
3
export const formatNumber = (value) => {
  return new Intl.NumberFormat('en-US').format(value);
}