Skip to content

Instantly share code, notes, and snippets.

@missating
Last active September 17, 2018 08:49
Show Gist options
  • Save missating/a2b8a4ac8ee1c60e02f60eef6e2aeaf3 to your computer and use it in GitHub Desktop.
Save missating/a2b8a4ac8ee1c60e02f60eef6e2aeaf3 to your computer and use it in GitHub Desktop.
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import App from './components/App';
ReactDOM.render (
<App color="Blue" />,
document.getElementById("root")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment