Skip to content

Instantly share code, notes, and snippets.

@jhurtadojerves
Last active July 17, 2018 00:43
Show Gist options
  • Save jhurtadojerves/4bc92d27da1aa2cbb3073e8dc147891f to your computer and use it in GitHub Desktop.
Save jhurtadojerves/4bc92d27da1aa2cbb3073e8dc147891f to your computer and use it in GitHub Desktop.
import React from 'react'
import ReactDOM from 'react-dom'
import Home from '../containers/Home'
const app = document.getElementById('app')
ReactDOM.render(<Home />, app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment