From cb86d267864f3598f9e0ae84a527554aa81b86b3 Mon Sep 17 00:00:00 2001 From: Kaj Kowalski Date: Fri, 23 May 2025 00:13:16 +0200 Subject: [PATCH] Update components/DonutChart.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- components/DonutChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DonutChart.tsx b/components/DonutChart.tsx index df33bd5..c9d1a2c 100644 --- a/components/DonutChart.tsx +++ b/components/DonutChart.tsx @@ -1,7 +1,7 @@ "use client"; import { useRef, useEffect } from "react"; -import Chart, { Point, BubbleDataPoint } from "chart.js/auto"; +import ChartJS, { Point, BubbleDataPoint } from "chart.js/auto"; interface DonutChartProps { data: {