diff --git a/apps/web/src/components/chat/chat-tool-call.tsx b/apps/web/src/components/chat/chat-tool-call.tsx index d888bd3..37a87c8 100644 --- a/apps/web/src/components/chat/chat-tool-call.tsx +++ b/apps/web/src/components/chat/chat-tool-call.tsx @@ -1,7 +1,6 @@ import { Tool, ToolContent, - ToolHeader, ToolInput, ToolOutput, } from "@code/ui/components/ai-elements/tool"; @@ -37,12 +36,6 @@ export const ChatToolCall = ({ part }: ChatToolCallProps) => { return ( - ( -