const WalletTab = ({ balance }:any) => { return (
موجودی فعلی حساب شما:
{balance} تومان
); }; export default WalletTab;