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