A reusable and responsive file upload and chat component
npx shadcn@latest add https://21st.dev/r/avanishverma4/file-upload-and-chat
Loading preview...
import Component from "@/components/ui/file-upload-and-chat"; export default function FileUploadChat() { return <Component />; }