rk
2025-09-28 60a352640d89cebc4c2733a734ef07eddf3f29ab
1
2
3
4
5
6
export const formatNum = (num) => {
  if(!num ) return 0
  if(num > 1000000){
    
  }
}