Created
September 2, 2015 01:53
-
-
Save humaan/126c7cfccf29f566c072 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 CSS | |
import '../css/master.scss'; | |
// Import React and JS | |
import HelloBox from './HelloBox'; | |
import React from 'react'; | |
// Render! | |
React.render(<HelloBox />, document.getElementsByTagName('body')[0]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment