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