import ContactDetails from '../ContactDetails'; import Map from '../Map'; const ContactMap = () => { return (
); }; export default ContactMap;