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