import CurrencyStaticsSection from "./CurrencyStaticsSection";
import CurrentBalanceWidget from "./CurrentBalanceWidget";
import InvestmentSection from "./InvestmentSection";
import RecentTransactionWidget from "./RecentTransactionWidget";
import LoadingSpinner from "../Spinners/LoadingSpinner";
import WalletItemCard from "./WalletItemCard";
export default function WalletBox({ wallet, coupon, payment }) {
return (
<>
{wallet.loading ? (
) : wallet.data.length ? (
wallet.data.map((item, index) => (
))
) : null}
{/*
*/}
{/* */}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* My Wallet*/}
{/*
*/}
{/* */}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*

*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* MetaMask*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* $734.79*/}
{/*
*/}
{/*
*/}
{/* New Add*/}
{/* */}
{/* +324.75*/}
{/* */}
{/*
*/}
{/*
*/}
{/*
*/}
{/**/}
{/* */}
{/**/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*

*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* Coinbase Wallet*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* $734.79*/}
{/*
*/}
{/*
*/}
{/* New Add*/}
{/* */}
{/* +324.75*/}
{/* */}
{/*
*/}
{/*
*/}
{/*
*/}
{/**/}
{/* */}
{/**/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*

*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* Bitski*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* $734.79*/}
{/*
*/}
{/*
*/}
{/* New Add*/}
{/* */}
{/* +324.75*/}
{/* */}
{/*
*/}
{/*
*/}
{/*
*/}
{/**/}
{/* */}
{/**/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*

*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* WalletConnect*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* $734.79*/}
{/*
*/}
{/*
*/}
{/* New Add*/}
{/* */}
{/* +324.75*/}
{/* */}
{/*
*/}
{/*
*/}
{/*
*/}
{/**/}
{/* */}
{/**/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/*
*/}
{/* flex space-x-11 */}
{/*
*/}
{/*
*/}
{/* */}
{/*
*/}
{/*
*/}
{/* */}
{/*
*/}
{/*
*/}
>
);
}