Skip to content

Instantly share code, notes, and snippets.

@ColeMurray
Created October 22, 2015 04:34
Show Gist options
  • Save ColeMurray/31e801e2e81f00ca9085 to your computer and use it in GitHub Desktop.
Save ColeMurray/31e801e2e81f00ca9085 to your computer and use it in GitHub Desktop.
import ReactDOM from 'react-dom'
import React from 'react'
import Header from './components/Header.react'
ReactDOM.render(<Header />, document.getElementById('todo-input'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment