From ce3efe2f7181147743720716ad7136a25adad9ca Mon Sep 17 00:00:00 2001
From: Ben Wheeler <wheeler.benjamin@gmail.com>
Date: Fri, 16 Nov 2018 21:00:04 -0500
Subject: [PATCH] export remixProject reducer function

---
 src/index.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/index.js b/src/index.js
index 237c1093d..fa2855488 100644
--- a/src/index.js
+++ b/src/index.js
@@ -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
 };
-- 
GitLab