Skip to content

Instantly share code, notes, and snippets.

@gladchinda
Created May 13, 2018 18:57
Show Gist options
  • Save gladchinda/beca232c2b4a86875e9d251d8b00856a to your computer and use it in GitHub Desktop.
Save gladchinda/beca232c2b4a86875e9d251d8b00856a to your computer and use it in GitHub Desktop.
import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap/dist/css/bootstrap-theme.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