diff options
-rw-r--r-- | src/components/Graphs/LineGraph.tsx | 2 | ||||
-rw-r--r-- | src/lib/types.tsx | 2 |
2 files changed, 1 insertions, 3 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, diff --git a/src/lib/types.tsx b/src/lib/types.tsx index 8e0fda4..a0567e6 100644 --- a/src/lib/types.tsx +++ b/src/lib/types.tsx @@ -1,4 +1,4 @@ -type File = { +interface File { id: number user_id: string absolute_path: string |