import PropTypes from 'prop-types' import { useTranslation } from 'react-i18next' import MaterialIcon from '@/shared/components/material-icon' function ShareProjectButton({ onClick }) { const { t } = useTranslation() return (
{t('share')}