Add missing reference to Bootstrap script

This commit is contained in:
SteveSandersonMS 2016-03-07 15:33:04 +00:00
parent b95cd1bc85
commit 6b41e12830
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import './css/site.css';
import 'bootstrap/dist/css/bootstrap.css';
import 'bootstrap';
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { browserHistory, Router } from 'react-router';