Skip to content

Instantly share code, notes, and snippets.

@hpjaj
Created November 14, 2018 03:04
Show Gist options
  • Select an option

  • Save hpjaj/27dc17ac8822293bc4f85fa3e35c6b9d to your computer and use it in GitHub Desktop.

Select an option

Save hpjaj/27dc17ac8822293bc4f85fa3e35c6b9d to your computer and use it in GitHub Desktop.
// app/javascript/components/App.js
import React from 'react'
class App extends React.Component {
render() {
return (
<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