import {BarChartProps} from "@/constants/types"; export default function BarChart({ data }: BarChartProps) { return (