Skip to content

Instantly share code, notes, and snippets.

@FBosler
Created February 5, 2020 07:49
Show Gist options
  • Save FBosler/b049ea05f351d22eb3d0dcf6fc1a59a7 to your computer and use it in GitHub Desktop.
Save FBosler/b049ea05f351d22eb3d0dcf6fc1a59a7 to your computer and use it in GitHub Desktop.
first version of about page
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