Created
December 5, 2016 02:12
-
-
Save guzmonne/73fd197ddec3bace834772e173767ded to your computer and use it in GitHub Desktop.
AWS.Request - App.js initial component
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' | |
class App extends React.Component { | |
render() { | |
return ( | |
<h1>Hello, world!!!</h1> | |
) | |
} | |
} | |
export default App |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment