Skip to content

Instantly share code, notes, and snippets.

@aligos
Created November 7, 2016 07:49
Show Gist options
  • Save aligos/7a9e42188fc735c37c2231705bb956ac to your computer and use it in GitHub Desktop.
Save aligos/7a9e42188fc735c37c2231705bb956ac to your computer and use it in GitHub Desktop.
votemon-client index.js
import React from 'react';
import ReactDOM from 'react-dom';
import App from './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