Created
          October 11, 2017 20:12 
        
      - 
      
- 
        Save mateuszsokola/953b95b3e07b06f99c251dda49d847e4 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 * as React from "react"; | |
| import * as ReactDOM from "react-dom"; | |
| import Hello from "./components/Hello"; | |
| ReactDOM.render( | |
| <Hello />, | |
| document.getElementById("app") | |
| ); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment