diff --git a/components/main/uebersicht/Baugruppentraeger.tsx b/components/main/uebersicht/Baugruppentraeger.tsx index 26f81eb..7a07423 100644 --- a/components/main/uebersicht/Baugruppentraeger.tsx +++ b/components/main/uebersicht/Baugruppentraeger.tsx @@ -1,8 +1,8 @@ -"use client"; +"use client"; // components/main/uebersicht/Baugruppentraeger.tsx import React, { useMemo } from "react"; import { useSelector } from "react-redux"; import { useRouter } from "next/navigation"; -import { RootState } from "../redux/store"; +import { RootState } from "../../../redux/store"; import KabelModulStatus from "./modulesStatus/KabelModulStatus"; const Baugruppentraeger: React.FC = () => { diff --git a/components/main/uebersicht/NetworkInfo.tsx b/components/main/uebersicht/NetworkInfo.tsx index 6582628..8beb2f5 100644 --- a/components/main/uebersicht/NetworkInfo.tsx +++ b/components/main/uebersicht/NetworkInfo.tsx @@ -1,4 +1,4 @@ -"use client"; +"use client"; //components/main/uebersicht/NetworkInfo.tsx import React from "react"; import { useSelector } from "react-redux"; import { RootState } from "../../../redux/store"; diff --git a/components/main/uebersicht/VersionInfo.tsx b/components/main/uebersicht/VersionInfo.tsx index 21d16de..8974c99 100644 --- a/components/main/uebersicht/VersionInfo.tsx +++ b/components/main/uebersicht/VersionInfo.tsx @@ -13,7 +13,7 @@ const VersionInfo: React.FC = () => { ); // Webversion aus Redux holen return ( -