Created
May 13, 2018 19:07
-
-
Save gladchinda/1e6fbf5622a2097768e302276ecc45a4 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 'bootstrap/dist/css/bootstrap.min.css'; | |
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import './index.css'; | |
import App from './App'; | |
import ThemeSwitcher from './ThemeSwitcher'; | |
import registerServiceWorker from './registerServiceWorker'; | |
ReactDOM.render(<ThemeSwitcher />, document.getElementById('root')); | |
registerServiceWorker(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment