alle Baugrüppenträger in dashboard sichtbar in Laptop Auflösung

This commit is contained in:
ISA
2025-02-20 09:00:33 +01:00
parent b4934a015b
commit b881aef3db
5 changed files with 14 additions and 12 deletions

View File

@@ -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 = () => {