diff --git a/index.js b/index.js index d17a0e9..3f1ae3a 100644 --- a/index.js +++ b/index.js @@ -27,10 +27,14 @@ import React from 'react'; import { Provider } from 'react-redux'; import { render } from 'react-dom'; import App from './src/components/App.js'; +import InlineIconsLoader from './src/components/InlineIconsLoader.js'; import sketcherReducer from './src/reducer/index.js'; render(( - + + + + ), document.getElementById('app')); diff --git a/src/components/App.js b/src/components/App.js index c6fca71..0a2930e 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -11,7 +11,6 @@ import Button from './Button.js'; import vlineImageURL from '../../img/vline.png'; import btnUndoImageURL from '../../img/mainmenu/btnUndo.png'; import btnRedoImageURL from '../../img/mainmenu/btnRedo.png'; -import InlineIconsLoader from './InlineIconsLoader.js'; const styles = { container: { @@ -67,7 +66,6 @@ class App extends React.Component { const { classes, undo, redo } = this.props; return (
-