Skip to content

Instantly share code, notes, and snippets.

@siddhant1
Created March 20, 2019 09:47
Show Gist options
  • Save siddhant1/15900242d51ddd818cc9daee7c108c58 to your computer and use it in GitHub Desktop.
Save siddhant1/15900242d51ddd818cc9daee7c108c58 to your computer and use it in GitHub Desktop.
import ReactDOM from 'react-dom';
import './index.css';
import registerServiceWorker from './registerServiceWorker';
import { makeMainRoutes } from './routes';
const routes = makeMainRoutes();
ReactDOM.render(routes, document.getElementById('root'));
registerServiceWorker();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment