Created
October 1, 2017 21:08
-
-
Save dclarke-modus/caada9fc371e0d6d1b6ef6298a2951c7 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
var React = require('react'); | |
var ReactDOM = require('react-dom'); | |
var Router = require('react-router-dom').BrowserRouter; | |
var App = require('./component/App'); | |
ReactDOM.render(<App />, document.getElementById('root')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment