Created
September 20, 2017 11:18
-
-
Save divyanshu013/6542a2915f446bba8e30bbc9670e8636 to your computer and use it in GitHub Desktop.
Updated index.js file after adding Routes
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 React from 'react'; | |
| import ReactDOM from 'react-dom'; | |
| import '@appbaseio/reactivesearch/dist/css/style.min.css'; | |
| import './index.css'; | |
| import Routes from './Routes'; | |
| import registerServiceWorker from './registerServiceWorker'; | |
| 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