export const formatNum = (num) => { if(!num ) return 0 if(num > 1000000){ } }