import React from 'react'; import { gettext, siteRoot } from '../../utils/constants'; const { fileName, repoID, objID, path } = window.app.pageOptions; function Download() { return ( {gettext('Download')} ); } export default Download;