- added v1 of admin page;
This commit is contained in:
10
src/pages/Admin/components/ManageApplDeleteSection/index.js
Normal file
10
src/pages/Admin/components/ManageApplDeleteSection/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import { __ } from '@wordpress/i18n';
|
||||
|
||||
const ManageApplDeleteSection = ({ canViewDeleted, canDeleteConfirm, canDelete }) => {
|
||||
return <div className="appPageSection">
|
||||
<h2>{__('Gestione domande eliminate', 'gepafin')}</h2>
|
||||
</div>
|
||||
}
|
||||
|
||||
export default ManageApplDeleteSection;
|
||||
Reference in New Issue
Block a user