Skip to content

Instantly share code, notes, and snippets.

@guzmonne
Created December 5, 2016 02:12
Show Gist options
  • Save guzmonne/73fd197ddec3bace834772e173767ded to your computer and use it in GitHub Desktop.
Save guzmonne/73fd197ddec3bace834772e173767ded to your computer and use it in GitHub Desktop.
AWS.Request - App.js initial component
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