diff --git a/app/client/src/pages/Applications/ApplicationCard.tsx b/app/client/src/pages/Applications/ApplicationCard.tsx index 2f638c2934..965e3263cc 100644 --- a/app/client/src/pages/Applications/ApplicationCard.tsx +++ b/app/client/src/pages/Applications/ApplicationCard.tsx @@ -13,7 +13,6 @@ import { getBorderCSSShorthand, getColorWithOpacity, } from "constants/DefaultTheme"; -import { ControlIcons } from "icons/ControlIcons"; import ContextDropdown, { ContextDropdownOption, } from "components/editorComponents/ContextDropdown";