import React from 'react'; const Download = props => { return ( ); }; export default Download;