Skip to content

Instantly share code, notes, and snippets.

@hpjaj
Created November 14, 2018 14:53
Show Gist options
  • Save hpjaj/30381e72b813b3b9f5b92867deac64ae to your computer and use it in GitHub Desktop.
Save hpjaj/30381e72b813b3b9f5b92867deac64ae to your computer and use it in GitHub Desktop.
// app/javascript/components/NewPost.js
import React from 'react'
class NewPost extends React.Component {
render() {
return (
<div>
NewPost page
</div>
)
}
}
export default NewPost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment