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