Skip to content

Instantly share code, notes, and snippets.

@Joe1220
Created August 3, 2018 19:11
Show Gist options
  • Save Joe1220/cf57c7d638a7ac69e674eaf593051931 to your computer and use it in GitHub Desktop.
Save Joe1220/cf57c7d638a7ac69e674eaf593051931 to your computer and use it in GitHub Desktop.
index.js
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './components/App/App';
ReactDOM.render(<App />, document.getElementById('root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment