diff --git a/frontend/src/utils/tableData/production/ocpLogs/ocpLogData.tsx b/frontend/src/utils/tableData/production/ocpLogs/ocpLogData.tsx index 4c44c5a..472267a 100644 --- a/frontend/src/utils/tableData/production/ocpLogs/ocpLogData.tsx +++ b/frontend/src/utils/tableData/production/ocpLogs/ocpLogData.tsx @@ -26,8 +26,6 @@ import { } from "@/components/ui/select"; import { ScrollArea } from "@/components/ui/scroll-area"; import { LstCard } from "@/components/extendedUI/LstCard"; -import axios from "axios"; -import { toast } from "sonner"; interface DataTableProps { columns: ColumnDef[];