import { Button } from '@wordpress/components' import { __ } from '@wordpress/i18n' import { General } from '@library/api/General' export default function FeedbackNotice() { return ( <> {__( 'Tell us how to make the Extendify Library work better for you', 'extendify', )}
) }