k94314517
2025-04-15 cf1e7d91318c8dd6031cefcc81a4077e87d54862
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}