diff --git a/app/(main)/chat/page.tsx b/app/(main)/chat/page.tsx index bda16348..fd12a2f3 100644 --- a/app/(main)/chat/page.tsx +++ b/app/(main)/chat/page.tsx @@ -7,6 +7,7 @@ import { useCallback, useEffect, useRef, useState } from "react"; import Sidebar from "@/app/components/Sidebar"; import PageHeader from "@/app/components/PageHeader"; +import Button from "@/app/components/ui/Button"; import { useApp } from "@/app/lib/context/AppContext"; import { useAuth } from "@/app/lib/context/AuthContext"; import { useToast } from "@/app/hooks/useToast"; @@ -461,13 +462,9 @@ export default function ChatPage() { subtitle="Ask anything - answers come from your selected configuration" actions={ hasConversation ? ( - + ) : null } />