import React from "react"; import "../../Styles/Interface/Contact.css"; const Contact = () => { return (
Contact
); }; export default Contact;