import React from "react"; import contentHTML from "./About.md"; const About = () => (
); export default About;