From f164317b580642195f243df74c7cadc370911bda Mon Sep 17 00:00:00 2001 From: Muhammad Fajar Date: Thu, 8 Dec 2022 09:00:05 +0700 Subject: [PATCH] remove unused --- frontend/client-portal/src/sections/dashboard/TableList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/client-portal/src/sections/dashboard/TableList.tsx b/frontend/client-portal/src/sections/dashboard/TableList.tsx index 0440bd07..d81b35cf 100755 --- a/frontend/client-portal/src/sections/dashboard/TableList.tsx +++ b/frontend/client-portal/src/sections/dashboard/TableList.tsx @@ -26,7 +26,6 @@ import { linearProgressClasses, } from '@mui/material'; import { visuallyHidden } from '@mui/utils'; -import { Add as AddIcon } from '@mui/icons-material'; /* ---------------------------------- axios --------------------------------- */ import axios from '../../utils/axios'; /* ---------------------------------- react --------------------------------- */