Skip to content

Instantly share code, notes, and snippets.

@gregoryanderson
Created February 7, 2020 19:38
Show Gist options
  • Save gregoryanderson/1c0d7d23f8e6bd4189b4d79ee0959fcc to your computer and use it in GitHub Desktop.
Save gregoryanderson/1c0d7d23f8e6bd4189b4d79ee0959fcc to your computer and use it in GitHub Desktop.
Idea
import React from "react";
const Idea = () => {
return <p>This is the Idea</p>;
};
export default Idea;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment