import {JSX} from 'preact'; export default function UploadButton(props: JSX.HTMLAttributes) { return(
); }