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