export const formatNumber = (value) => { return new Intl.NumberFormat('en-US').format(value); }