A reusable and responsive component for chart
Loading preview...
import Component from "@/components/ui/svg-chart"; export default function AnimatedChart() { return <Component />; }