Skip to content
Snippets Groups Projects
Commit b83c082b authored by Christopher Willis-Ford's avatar Christopher Willis-Ford
Browse files

Expose AppStateHOC component

For use from `scratch-desktop` and maybe other places...
parent a821307a
No related branches found
No related tags found
No related merge requests found
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment