doum
2025-10-24 4e1d90d7cfaef3c7a2893e6fcb946ce7dabe938e
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}