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