From ae094d723609050a133e5db49837883107720955 Mon Sep 17 00:00:00 2001 From: Alejandro Barrio Date: Sun, 6 Feb 2022 19:28:37 +0100 Subject: [PATCH] primera version formEnviar, no css --- src/components/formEnviar.js | 53 ++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) 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

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