From 940b41656339b80589cffa1ed5ba85fa0b4d8336 Mon Sep 17 00:00:00 2001 From: Kaj Kowalski Date: Fri, 23 May 2025 00:19:55 +0200 Subject: [PATCH] Revert DonutChart.tsx --- components/DonutChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DonutChart.tsx b/components/DonutChart.tsx index c9d1a2c..df33bd5 100644 --- a/components/DonutChart.tsx +++ b/components/DonutChart.tsx @@ -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: {