import { Card } from '@/components/ui' import Chart from '../list/Chart' const WidgetBarChart = ({ chartKey, startDateFormat, endDateFormat, }: { chartKey: string startDateFormat: string endDateFormat: string }) => { return (

Top Selling

) } export default WidgetBarChart