OPCUA Info Lesen in dashboard

This commit is contained in:
ISA
2025-02-10 07:38:09 +01:00
parent 34ff252d80
commit 89c36fc071
12 changed files with 108 additions and 41 deletions

View File

@@ -6,8 +6,8 @@ import Navigation from "../components/Navigation";
import Footer from "../components/Footer";
import "../styles/globals.css";
import { Provider } from "react-redux";
import { setVariables } from "../redux/store/variablesSlice";
import store from "../redux/store/store";
import { setVariables } from "../redux/slices/variablesSlice";
import store from "../redux/store";
import { AppProps } from "next/app";
function MyApp({ Component, pageProps }: AppProps) {