diff --git a/src/components/Assistant/AssistantList.tsx b/src/components/Assistant/AssistantList.tsx index e0b345fb..6b677b0a 100644 --- a/src/components/Assistant/AssistantList.tsx +++ b/src/components/Assistant/AssistantList.tsx @@ -20,6 +20,7 @@ import { AssistantFetcher } from "./AssistantFetcher"; import AssistantItem from "./AssistantItem"; import Pagination from "@/components/Common/Pagination"; import { useSearchStore } from "@/stores/searchStore"; +import { Button } from "../ui/button"; interface AssistantListProps { assistantIDs?: string[]; @@ -212,9 +213,11 @@ export function AssistantList({ assistantIDs = [] }: AssistantListProps) { {t("assistant.popover.title")}({pagination.total}) - +