import React from 'react'; import Icon from '../../icon'; import { gettext } from '../../../utils/constants'; import './ai-search-help.css'; export default function AISearchHelp() { return (
{gettext('Is this answer helpful to you')}{':'}
Yes
No
); }