generated from Luis/nextjs-python-web-template
fixes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user