This commit is contained in:
sara-pervana
2023-12-12 14:55:59 +01:00
parent 0cf025d529
commit 9c4532a913
3 changed files with 3 additions and 4 deletions

View File

@@ -1,11 +1,10 @@
"use client";
import { useRef, useState } from "react";
import { useRef } from "react";
import {
Client2ConsumerTableConfig,
Client2ProducerTableConfig,
} from "@/config/client_2";
import CustomTable from "@/components/table";
import { useAppState } from "@/components/hooks/useAppContext";
import useGetEntityByName from "@/components/hooks/useGetEntityById";
import { Button, Card, CardContent, CardHeader, Skeleton, Typography } from "@mui/material";
import CopyToClipboard from "@/components/copy_to_clipboard";