Created
April 29, 2017 22:01
-
-
Save codeocelot/a5b8d6b8620188d2cff0bc3ffcf7ed80 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
import ReactDOM from 'react-dom'; | |
import Post from './Post'; | |
ReactDOM.render( | |
<Post postId="1" /> , | |
document.getElementById('root') | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment