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