diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/Graphs/LineGraph.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
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, |