/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/blocks/components/no-form
NameSizeModeActions
index.js7100644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/blocks/components/no-form/index.js (710B)
/** * WordPress dependencies */ const { __ } = wp.i18n; const { Button } = wp.components; /** * Internal dependencies */ import { getSiteUrl } from '../../utils'; import GiveBlankSlate from '../blank-slate'; /** * Render No forms Found UI */ const NoForms = () => { return ( ); }; export default NoForms;