update to react-toolbox 2.0 beta

This commit is contained in:
Shawn Erquhart
2017-08-23 14:06:34 -04:00
committed by Caleb
parent 2ac54cb778
commit 8ebfd675ba
6 changed files with 133 additions and 24 deletions

View File

@ -3,7 +3,7 @@ import createReactClass from 'create-react-class';
import { render } from 'react-dom';
import { AppContainer } from 'react-hot-loader';
import 'file-loader?name=index.html!../example/index.html';
import 'react-toolbox/lib/commons.scss';
import 'normalize.css';
import Root from './root';
import registry from './lib/registry';
import './index.css';