doum
2025-11-27 0631137a90901f2e09a971fbf422ef476edb1c4e
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}