MrShi
2025-05-07 bb119f29de193c50efe03df37b114b1fc2689de1
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}