Components
Loading preview...
import {DownloadDialog} from "@/components/ui/quality-download-dialog";
export default function DownloadDialogDemo() {
return (
<div className="size full flex justify-center items-center h-screen">
<DownloadDialog />
</div>
)
}