@@ -17,7 +18,8 @@ const SoccorsoIstruttorioMioInstructorManager = () => {
-
+ {/**/}
+
)
diff --git a/src/pages/SoccorsoIstruttorioPreInstructor/index.js b/src/pages/SoccorsoIstruttorioPreInstructor/index.js
index 4fd4dd6..f4c880f 100644
--- a/src/pages/SoccorsoIstruttorioPreInstructor/index.js
+++ b/src/pages/SoccorsoIstruttorioPreInstructor/index.js
@@ -8,7 +8,8 @@ import { useStore } from '../../store';
// components
import DashboardService from '../../service/dashboard-service';
-import SoccorsiPreInstructorTableAsync from './components/SoccorsiPreInstructorTableAsync';
+//import SoccorsiPreInstructorTableAsync from './components/SoccorsiPreInstructorTableAsync';
+import PreInstructorSoccorsiTable from './components/PreInstructorSoccorsiTable';
const SoccorsoIstruttorioPreInstructor = () => {
const [mainStats, setMainStats] = useState({});
@@ -90,7 +91,8 @@ const SoccorsoIstruttorioPreInstructor = () => {