From 1b93f3a5317a433b466125eedfa8fdb177ac69f6 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 28 Jun 2024 20:30:55 +0200 Subject: Misc: Fix tsx warnings --- src/components/Graphs/LineGraph.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/components') diff --git a/src/components/Graphs/LineGraph.tsx b/src/components/Graphs/LineGraph.tsx index c48c51b..4cbea05 100644 --- a/src/components/Graphs/LineGraph.tsx +++ b/src/components/Graphs/LineGraph.tsx @@ -1,5 +1,3 @@ -import { useEffect } from 'react'; - import { Chart as ChartJS, CategoryScale, -- cgit 1.4.1