This commit is contained in:
TioSam77
2024-07-05 07:56:15 -06:00
parent 43dcf2bc10
commit 5a69699ffb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react';
import '../App.css';
import FormProfesor from '../components/CrearProfesor/FormProfesor'
import FormProfesor from '../components/FormProfesor/FormProfesor'
const Directorio = () => {
return (
+1 -1
View File
@@ -1,6 +1,6 @@
import React from 'react';
import '../App.css';
import FormEditProfesor from '../components/ModificarProfesor/FormEditProfesor';
import FormEditProfesor from '../components/FormEditProfesor/FormEditProfesor';
const FormEditProfesorPage = () => {
return (