diff --git a/ui/desktop/src/components/BottomMenu.tsx b/ui/desktop/src/components/BottomMenu.tsx
index 4a1bc1b8..f9fa62af 100644
--- a/ui/desktop/src/components/BottomMenu.tsx
+++ b/ui/desktop/src/components/BottomMenu.tsx
@@ -7,7 +7,6 @@ import type { View } from '../App';
import { settingsV2Enabled } from '../flags';
import { BottomMenuModeSelection } from './BottomMenuModeSelection';
import ModelsBottomBar from './settings_v2/models/bottom_bar/ModelsBottomBar';
-import ToolCount from './ToolCount';
export default function BottomMenu({
hasMessages,
@@ -79,8 +78,6 @@ export default function BottomMenu({
{/* Right-side section with ToolCount and Model Selector together */}