fix: Bugs während npm run build, meinstens war type

This commit is contained in:
ISA
2025-02-14 12:31:17 +01:00
parent 7523775edf
commit 0910a36371
4 changed files with 9 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import React, { useEffect, useRef } from "react";
import { useSelector } from "react-redux";
import { RootState } from "../../../../redux/store";
import { RootState } from "../../../../../../redux/store";
import Chart from "chart.js/auto";
import "chartjs-adapter-date-fns";
import { parseISO } from "date-fns";