From 4ba80c32100c2fea86054bb8c4c729ed6eea133e Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Tue, 24 Nov 2015 14:20:14 +0000 Subject: [PATCH] Fix styling in React example --- samples/react/ReactGrid/ReactApp/boot-client.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/react/ReactGrid/ReactApp/boot-client.jsx b/samples/react/ReactGrid/ReactApp/boot-client.jsx index 42e4f90..b50fcf3 100644 --- a/samples/react/ReactGrid/ReactApp/boot-client.jsx +++ b/samples/react/ReactGrid/ReactApp/boot-client.jsx @@ -2,6 +2,7 @@ import React from 'react'; import ReactDOM from 'react-dom'; import createBrowserHistory from 'history/lib/createBrowserHistory'; 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 var history = createBrowserHistory();