diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx
index 710144b..a1fa7e9 100644
--- a/src/components/thread/index.tsx
+++ b/src/components/thread/index.tsx
@@ -4,7 +4,6 @@ import { motion } from "framer-motion";
import { cn } from "@/lib/utils";
import { useStreamContext } from "@/providers/Stream";
import { useState, FormEvent } from "react";
-import { Input } from "../ui/input";
import { Button } from "../ui/button";
import { Checkpoint, Message } from "@langchain/langgraph-sdk";
import { AssistantMessage, AssistantMessageLoading } from "./messages/ai";
@@ -316,17 +315,24 @@ export function Thread() {