import "../index.css" /** * Simple loading spinner for the downloads. * @returns {JSX.Element} * @constructor */ export default function DownloadLoading() { return (

Preparing files...

); };