OPCUA Info Lesen in dashboard
This commit is contained in:
@@ -5,13 +5,13 @@ import Chart from "chart.js/auto";
|
||||
import { useSelector } from "react-redux";
|
||||
import KueModal from "../modales/kueModal/KueModal";
|
||||
import "bootstrap-icons/font/bootstrap-icons.css"; // Import Bootstrap Icons
|
||||
import { RootState } from "../../redux/store/store";
|
||||
import { RootState } from "../../redux/store";
|
||||
import { DataTDR } from "../../redux/types/chartDataTypesTDR";
|
||||
import { useDispatch } from "react-redux";
|
||||
import {
|
||||
setSelectedChartData,
|
||||
setSelectedFileName,
|
||||
} from "../../redux/store/variablesSlice";
|
||||
} from "../../redux/slices/variablesSlice";
|
||||
import TDRPopup from "../modales/kueModal/TDRPopup";
|
||||
|
||||
const Kue705FO: React.FC<Kue705FOProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user