Created
January 24, 2018 08:13
-
-
Save craftzdog/a82e40a1a95b24dbfc33e7ba9c789e48 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
ReactDOM.render( | |
<Highlight | |
value='use strict;' | |
language='javascript' | |
/>, | |
document.getElementById('root') | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment