Skip to content

Instantly share code, notes, and snippets.

@wongni
Last active January 11, 2018 17:45
Show Gist options
  • Save wongni/b5755718ec4cf0a927b3d36e47387fd6 to your computer and use it in GitHub Desktop.
Save wongni/b5755718ec4cf0a927b3d36e47387fd6 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
ReactDOM.render(<App />, document.getElementById('root'));
registerServiceWorker();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment