import { ThumbsdownIcon, ThumbsupIcon } from '@primer/octicons-react' import { useTranslation } from 'components/hooks/useTranslation' export const Helpfulness = () => { const { t } = useTranslation('helpfulness') return (
Privacy policy
{t('yes_feedback')}
{t('no_feedback')}
{t('comment_label')} {t('optional')}
{t('email_label')} {t('optional')}
{t('send')}
{t('feedback')}