import React from "react";
import "../../App.css";

function About() {
  return <h1>About</h1>;
}

export default About;