diff --git a/index.js b/index.js index 3f1ae3a..d17a0e9 100644 --- a/index.js +++ b/index.js @@ -27,14 +27,10 @@ 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 0a2930e..c6fca71 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -11,6 +11,7 @@ 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: { @@ -66,6 +67,7 @@ class App extends React.Component { const { classes, undo, redo } = this.props; return (
+