export const DownloadButton = (props: { onClick: () => void; text: string; }) => (
{props.text}
);