fix: nach variablesslice gelöscht, war noch paar Abhängigkeite
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useEffect } from "react";
|
||||
import { useDispatch } from "react-redux";
|
||||
import { setSelectedChartData } from "../../../../../redux/slices/variablesSlice";
|
||||
import { setSelectedChartData } from "../../../../../redux/slices/selectedChartDataSlice";
|
||||
|
||||
const useChartData = (loopMeasurementCurveChartData: any) => {
|
||||
const dispatch = useDispatch();
|
||||
|
||||
Reference in New Issue
Block a user