Skip to content

Instantly share code, notes, and snippets.

@djirdehh
Created July 31, 2017 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djirdehh/c8a59b2e92f5119968547c42715c3748 to your computer and use it in GitHub Desktop.
Save djirdehh/c8a59b2e92f5119968547c42715c3748 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import App from './components/App';
ReactDOM.render(
<div>
<App />
</div>,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment