/** * External dependencies */ import { Icon, help } from '@wordpress/icons'; /** * Internal dependencies */ import strings from './strings'; const FrequentlyAskedQuestionsSimple: React.FC = () => { return (
{ strings.faq.haveMoreQuestions } { strings.faq.getInTouch }
); }; export default FrequentlyAskedQuestionsSimple;