import "./About.css"; import React from "react"; import contentHTML from "./About.md"; function About() { return (
); } export default About;