import useChatUIStore from "../../stores/Zustant"; const SearchInput = () => { const { searchTerm, setSearchTerm } = useChatUIStore(); return (