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