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