Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Created March 15, 2017 01:50
Show Gist options
  • Select an option

  • Save viniciusdacal/04a81b9bead72c3c97e8bc3dbddd0907 to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/04a81b9bead72c3c97e8bc3dbddd0907 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import './index.css';
ReactDOM.render(
<App />,
document.getElementById('root')
);
@bongofuneral
Copy link

This works, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment