Integrated material-ui

This commit is contained in:
Andrey Okonetchnikov
2016-09-15 18:53:24 +02:00
parent 5409cc1022
commit b2d4714c90
5 changed files with 54 additions and 3 deletions

View File

@ -1,9 +1,10 @@
import React from 'react';
import { render } from 'react-dom';
import { AppContainer } from 'react-hot-loader'
import Root from './root'
import { AppContainer } from 'react-hot-loader';
import Root from './root';
import registry from './lib/registry';
import 'file?name=index.html!../example/index.html';
import 'react-toolbox/lib/commons.scss';
import './index.css';
// Create mount element dynamically