Created
November 14, 2018 14:53
-
-
Save hpjaj/30381e72b813b3b9f5b92867deac64ae to your computer and use it in GitHub Desktop.
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
// 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