Created
April 14, 2016 17:29
-
-
Save hai5nguy/096a63b4b36be7f1b20bc18d741b3c8c 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 React from 'react' | |
import { render } from 'react-dom' | |
import HoverSelector from './hoverselector.js' | |
render( | |
<div> | |
<h3>this is a header</h3> | |
<HoverSelector /> | |
</div>, | |
document.getElementById('main') | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment