A costumer support chat bubble to add to a website
Loading preview...
import { Component } from "@/components/ui/chat-bot"; export default function DemoOne() { return <Component />; }