Created
May 21, 2018 12:35
-
-
Save VivekNayyar/7e37eef4e0d79cc24e0f5cc35c34eb59 to your computer and use it in GitHub Desktop.
This file contains 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 App = () => ( | |
<div>Hello World!!!</div> | |
); | |
export default App; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment