From 2b046340f5763e076c967d866f75c332470d5589 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 30 Apr 2025 20:10:15 +0530 Subject: [PATCH] feat: -rm unused icons --- src/components/run/RunContent.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index b9686b1c..377014e2 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -26,11 +26,8 @@ import ImageIcon from '@mui/icons-material/Image'; import ListIcon from '@mui/icons-material/List'; import SchemaIcon from '@mui/icons-material/Schema'; import ExpandMoreIcon from '@mui/icons-material/ExpandMore'; -import CloudDownloadIcon from '@mui/icons-material/CloudDownload'; import DownloadIcon from '@mui/icons-material/Download'; import FullscreenIcon from '@mui/icons-material/Fullscreen'; -import ViewModuleIcon from '@mui/icons-material/ViewModule'; -import ViewListIcon from '@mui/icons-material/ViewList'; import DataObjectIcon from '@mui/icons-material/DataObject'; import ArrowBackIcon from '@mui/icons-material/ArrowBack'; import ArrowForwardIcon from '@mui/icons-material/ArrowForward';