Skip to content

Instantly share code, notes, and snippets.

@pratik-chakravorty
Created March 30, 2018 20:13
Show Gist options
  • Save pratik-chakravorty/a2d7b1dfcfd679055a0bee3698a27700 to your computer and use it in GitHub Desktop.
Save pratik-chakravorty/a2d7b1dfcfd679055a0bee3698a27700 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './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