Fix styling in React example
This commit is contained in:
parent
d4692b0c4b
commit
4ba80c3210
|
|
@ -2,6 +2,7 @@ import React from 'react';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
import createBrowserHistory from 'history/lib/createBrowserHistory';
|
import createBrowserHistory from 'history/lib/createBrowserHistory';
|
||||||
import ReactApp from './components/ReactApp.jsx';
|
import ReactApp from './components/ReactApp.jsx';
|
||||||
|
import 'bootstrap/dist/css/bootstrap.css';
|
||||||
|
|
||||||
// In the browser, we render into a DOM node and hook up to the browser's history APIs
|
// In the browser, we render into a DOM node and hook up to the browser's history APIs
|
||||||
var history = createBrowserHistory();
|
var history = createBrowserHistory();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue