From a751bb6a50a46556b1131427e2888b58de3c9b3d Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 14 Apr 2025 13:44:54 -0500 Subject: [PATCH] refactor(ocplogs): removed imports not needed --- frontend/src/utils/tableData/production/ocpLogs/ocpLogData.tsx | 2 -- 1 file changed, 2 deletions(-) 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[];