Created
February 7, 2020 19:38
-
-
Save gregoryanderson/1c0d7d23f8e6bd4189b4d79ee0959fcc to your computer and use it in GitHub Desktop.
Idea
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 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