diff --git a/frontend/src/Registro.jsx b/frontend/src/Registro.jsx index 125ce9f..f965d9a 100644 --- a/frontend/src/Registro.jsx +++ b/frontend/src/Registro.jsx @@ -1,7 +1,7 @@ import React from 'react'; import './Registro.css'; // Estilo para el formulario -function Registro(){ +const Registro = () => { return ( @@ -112,37 +112,7 @@ function Registro(){ -= -
-

Registro

-

Datos Personales

-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
- -
-
); } -export default Registro +export default Registro;