Skip to content

Instantly share code, notes, and snippets.

@icesernia
Created February 24, 2020 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icesernia/14d3a1bc70606b9d8b049a1ee228c462 to your computer and use it in GitHub Desktop.
Save icesernia/14d3a1bc70606b9d8b049a1ee228c462 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'
import * as serviceWorker from './serviceWorker'
import 'bootstrap/dist/css/bootstrap.min.css'
ReactDOM.render(<App />, document.getElementById('root'))
serviceWorker.unregister()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment