import React from "react"; import SellHistoryAnalytic from "../Charts/SellHistoryAnalytic"; export default function SellHistoryWidget() { return (

Sell History

Avg: Sell Price

Total Sell

Current Week
); }