From c5f88daa29a4fcb518e01475f196c25588fc0f42 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 8 May 2024 11:19:25 +0200 Subject: [PATCH] remove unused icon --- interface/src/framework/Settings.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/framework/Settings.tsx b/interface/src/framework/Settings.tsx index 9ce091ce2..7e771ba09 100644 --- a/interface/src/framework/Settings.tsx +++ b/interface/src/framework/Settings.tsx @@ -5,7 +5,6 @@ import CancelIcon from '@mui/icons-material/Cancel'; import DeviceHubIcon from '@mui/icons-material/DeviceHub'; import ImportExportIcon from '@mui/icons-material/ImportExport'; import LockIcon from '@mui/icons-material/Lock'; -import MemoryIcon from '@mui/icons-material/Memory'; import SettingsBackupRestoreIcon from '@mui/icons-material/SettingsBackupRestore'; import SettingsEthernetIcon from '@mui/icons-material/SettingsEthernet'; import SettingsInputAntennaIcon from '@mui/icons-material/SettingsInputAntenna';