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