import React from "react"; import Container from "react-bootstrap/Container"; import Form from "react-bootstrap/Form"; import Row from "react-bootstrap/Row"; import Button from "react-bootstrap/Button"; const Contact = () => { return (

Work withMe

Your Email address I will never share your email with anyone else. What do you want to say? I will never share your what you say with anyone else.
); }; export default Contact;