import PropTypes from 'prop-types'; import React from 'react'; import CopyableInput from './CopyableInput'; class ShareModal extends React.PureComponent { render() { const { projectId, ownerUsername, projectName } = this.props; const hostname = window.location.origin; return (