import Link from "next/link"; function DownloadReport({ URL }) { return (

); } export default DownloadReport;