import React from "react"; import country1 from "../../assets/images/country-1.png"; import country2 from "../../assets/images/country-2.png"; import country3 from "../../assets/images/country-3.png"; import SellMonthStatics from "../Charts/SellMonthStatics"; import SellHistoryWidget from "../Home/SellHistoryWidget"; import CurrentBalanceWidget from "../MyWallet/CurrentBalanceWidget"; import Layout from "../Partials/Layout"; //import SellAnaliseStatics from "./SellAnaliseStatics"; import SellProductHistoryTable from "./SellProductHistoryTable"; import SubScriptionTop from "./SubScriptionTop"; import PricingListTable from "./PricingListTable"; export default function Subscriptions() { return ( <>
{/* style={{ width: "calc(50% - 15px)" }} */}
{/* heading */}

Bits this Month

769.44 ETH

($949374.94) -224.75 (11.5%)

{/* heading */}

Bits this Month

769.44 ETH

($949374.94) -224.75 (11.5%)

{/* heading */}

Sell Earing this Month

769.44 ETH

($949374.94) 224.75 (11.5%)

); }