/**
* External dependencies
*/
import { Icon, help } from '@wordpress/icons';
import { Panel, PanelBody as PanelBodyBase } from '@wordpress/components';
/**
* Internal dependencies
*/
import strings from './strings';
const PanelBody: React.FC< PanelBodyBase.Props > = ( props ) => {
return
{ strings.faq.question1Answer1 }
{ strings.faq.question1Answer2 }
{ strings.faq.question2Answer1 }
{ strings.faq.question4Answer1 }
{ strings.faq.question4Answer2 }
{ strings.faq.question5Answer1 }
{ strings.faq.question5Answer2 }
{ strings.faq.question6Answer1 }
{ strings.faq.question6Answer2 }
{ strings.faq.question6Answer3 }
{ strings.faq.question6Answer4 }
{ strings.faq.question6Answer5 }
{ strings.faq.question7Answer1 }
{ strings.faq.question7Answer11 }
{ strings.faq.question7Answer12 }
{ strings.faq.question7Answer13 }
{ strings.faq.question8Answer1 }
{ strings.faq.question8Answer2 }
{ strings.faq.question8Answer10 }