diff --git a/src/index.js b/src/index.js index dfd32a399de9c132135e2cb0f0596bd8eecc74a2..237c1093d65b545b595a75574a19eae69ad5e57c 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,5 @@ import GUI from './containers/gui.jsx'; +import AppStateHOC from './lib/app-state-hoc.jsx'; import GuiReducer, {guiInitialState, guiMiddleware, initFullScreen, initPlayer} from './reducers/gui'; import LocalesReducer, {localesInitialState, initLocale} from './reducers/locales'; import {ScratchPaintReducer} from 'scratch-paint'; @@ -13,6 +14,7 @@ const guiReducers = { export { GUI as default, + AppStateHOC, setAppElement, guiReducers, guiInitialState,