Created
November 24, 2017 18:12
-
-
Save nomanHasan/70fa5df16e362743871a1e594dc8fd20 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 React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import './index.css'; | |
import App from './App'; | |
import registerServiceWorker from './registerServiceWorker'; | |
//Import Semantic UI and Font-awesome | |
import 'semantic-ui-css/semantic.min.css'; | |
import 'font-awesome/css/font-awesome.css' | |
ReactDOM.render(<App />, document.getElementById('root')); | |
registerServiceWorker(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment