import React from "react"; import Button from "./UI/Button"; import Input from "./UI/Input"; import Textarea from "./UI/Textarea"; const Contact = ({white, ...props}) => { return (

Связаться с нами

) } export default Contact;