import { Button } from "@nextui-org/react"; import Link from "next/link"; const DownloadButton = async ({ id: id }) => { return ( ); }; export default DownloadButton;