Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Created April 13, 2016 23:19
Show Gist options
  • Select an option

  • Save callmephilip/2af75ed2fa5a75d1e8db9f3a30b1fb67 to your computer and use it in GitHub Desktop.

Select an option

Save callmephilip/2af75ed2fa5a75d1e8db9f3a30b1fb67 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import App from './containers/App';
ReactDOM.render(<App />, document.getElementById('app'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment