Skip to content

Instantly share code, notes, and snippets.

@marensas
Last active July 10, 2018 20:15
Show Gist options
  • Save marensas/6aeec53682be0979490b16d1bacd303e to your computer and use it in GitHub Desktop.
Save marensas/6aeec53682be0979490b16d1bacd303e to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App.jsx';
ReactDOM.render(<App />, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment