Skip to content

Commit 4ba80c3

Browse files
Fix styling in React example
1 parent d4692b0 commit 4ba80c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/react/ReactGrid/ReactApp/boot-client.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22
import ReactDOM from 'react-dom';
33
import createBrowserHistory from 'history/lib/createBrowserHistory';
44
import ReactApp from './components/ReactApp.jsx';
5+
import 'bootstrap/dist/css/bootstrap.css';
56

67
// In the browser, we render into a DOM node and hook up to the browser's history APIs
78
var history = createBrowserHistory();

0 commit comments

Comments
 (0)