diff --git a/web/src/pages/Tools.tsx b/web/src/pages/Tools.tsx index eb10dc5b7..34a28826f 100644 --- a/web/src/pages/Tools.tsx +++ b/web/src/pages/Tools.tsx @@ -6,6 +6,7 @@ import { ChevronRight, Terminal, Package, + ChevronsUpDown, } from 'lucide-react'; import type { ToolSpec, CliTool } from '@/types/api'; import { getTools, getCliTools } from '@/lib/api';