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