Skip to content

Instantly share code, notes, and snippets.

@karenying
Last active November 22, 2020 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karenying/04a0ff6c854d77c7c4fd4859ad164c7a to your computer and use it in GitHub Desktop.
Save karenying/04a0ff6c854d77c7c4fd4859ad164c7a to your computer and use it in GitHub Desktop.
const Home = () => (
<div>
<h2>Home</h2>
</div>
);
const About = () => (
<div>
<h2>About</h2>
</div>
);
const Contact = () => (
<div>
<h2>Contact</h2>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment