alle Baugrüppenträger in dashboard sichtbar in Laptop Auflösung
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user