Created
February 5, 2020 07:49
-
-
Save FBosler/b049ea05f351d22eb3d0dcf6fc1a59a7 to your computer and use it in GitHub Desktop.
first version of about page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
const About = () => { | |
return <div>This is our about page</div>; | |
}; | |
export default About; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment