/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/blocks/components/no-form
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;