import { ChatBubble, ChatBubbleAvatar, ChatBubbleMessage, } from "@/components/ui/chat/chat-bubble"; import { ChatInput } from "@/components/ui/chat/chat-input"; import { ExpandableChat, ExpandableChatHeader, ExpandableChatBody, ExpandableChatFooter, } from "@/components/ui/chat/expandable-chat"; import { ChatMessageList } from "@/components/ui/chat/chat-message-list"; import { Button } from "./ui/button"; import { Send } from "lucide-react"; export default function ChatSupport() { return (

Chat with our AI ✨

Ask any question for our AI to answer

{/* {message.content} */}
); }