Created
January 10, 2018 13:15
-
-
Save RichardBray/8f9fe50aeaafe12cea943d7eeef0e135 to your computer and use it in GitHub Desktop.
Index with App component
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 { App } from "./components/App"; | |
const ROOT = document.querySelector(".container"); | |
ReactDOM.render(<App name="Jamala" />, ROOT); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment