Components
Loading preview...
This is for file upload
@shailendrakumar19999
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/file-uploadimport { Component } from "@/components/ui/file-upload";
export default function DemoOne() {
return <Component />;
}