k94314517
2024-12-19 68a19b71ddb5775670e4cb125c29b4ee70d62da9
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}