diff --git a/src/components/formEnviar.js b/src/components/formEnviar.js index 981adfd..fed884b 100644 --- a/src/components/formEnviar.js +++ b/src/components/formEnviar.js @@ -1,6 +1,59 @@ +import React, { Component} from 'react' +import {Form} from 'react-bootstrap' + + + const FormEnviar = () =>{ return( <> +
+
+
+
+

Rellenar aqui

+

lorem ipsum bla bla

+
+ + + + + + + +
+ + +
+
+ + + + + + + + + + + + + + + + + + + + +
+
+
+
+
) }