Skip to content

Instantly share code, notes, and snippets.

@hackrio1
Created September 25, 2018 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hackrio1/7076cfeae92152f25d7dd77a1e600c81 to your computer and use it in GitHub Desktop.
Save hackrio1/7076cfeae92152f25d7dd77a1e600c81 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import Hello from './App'
import registrationServiceWorker from './registrationServiceWorker';
ReactDOM.render('Hello', document.getElementById('root'));
registrationServiceWorker();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment