Revert DonutChart.tsx

This commit is contained in:
2025-05-23 00:19:55 +02:00
committed by GitHub
parent cb86d26786
commit 940b416563

View File

@ -1,7 +1,7 @@
"use client";
import { useRef, useEffect } from "react";
import ChartJS, { Point, BubbleDataPoint } from "chart.js/auto";
import Chart, { Point, BubbleDataPoint } from "chart.js/auto";
interface DonutChartProps {
data: {