Skip to content

Instantly share code, notes, and snippets.

@t3h2mas
Created April 7, 2016 04:33
Show Gist options
  • Save t3h2mas/fd9a36a7f263038715d41f77cba11d4e to your computer and use it in GitHub Desktop.
Save t3h2mas/fd9a36a7f263038715d41f77cba11d4e to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import Voting from './components/Voting';
const pair = ['Trainspotting', '28 Days Later'];
ReactDOM.render(
<Voting pair={pair} />,
document.getElementById('app')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment