import { __ } from '@wordpress/i18n'; import { external, Icon } from '@wordpress/icons'; export const Support = ({ height }) => { if (!window.extHelpCenterData?.supportUrl) { return
; } return (
{__( 'For other questions, visit our support page.', 'extendify-local', )}
); };