Created
March 20, 2019 09:47
-
-
Save siddhant1/15900242d51ddd818cc9daee7c108c58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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