+
+
{__('Gestione domande', 'gepafin')}
+
+
+
+
+
+
+ )
+}
+
+export default Domande;
\ No newline at end of file
diff --git a/src/routes.js b/src/routes.js
index de8494f..cfcc641 100644
--- a/src/routes.js
+++ b/src/routes.js
@@ -29,6 +29,7 @@ import DashboardInstructor from './pages/DashboardInstructor';
import ProfileBeneficiario from './pages/ProfileBeneficiario';
import Evaluations from './pages/Evaluations';
import EvaluationEdit from './pages/EvaluationEdit';
+import Domande from './pages/Domande';
const routes = ({ role, chosenCompanyId }) => {
@@ -80,6 +81,11 @@ const routes = ({ role, chosenCompanyId }) => {
{'ROLE_BENEFICIARY' === role ?