Skip to content
Snippets Groups Projects
Unverified Commit e6a277df authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub
Browse files

Merge pull request #3826 from benjiwheeler/remix-button

export remixProject reducer function
parents aa8b76a0 ce3efe2f
No related branches found
Tags 0.1.0-prerelease.20190724164304
No related merge requests found
......@@ -4,6 +4,7 @@ import GuiReducer, {guiInitialState, guiMiddleware, initFullScreen, initPlayer}
import LocalesReducer, {localesInitialState, initLocale} from './reducers/locales';
import {ScratchPaintReducer} from 'scratch-paint';
import {setFullScreen, setPlayer} from './reducers/mode';
import {remixProject} from './reducers/project-state';
import {setAppElement} from 'react-modal';
const guiReducers = {
......@@ -23,6 +24,7 @@ export {
initFullScreen,
initLocale,
localesInitialState,
remixProject,
setFullScreen,
setPlayer
};
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