redux store of builder
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { combineReducers } from 'redux';
|
||||
import workspaceReducer from './workspaceReducer';
|
||||
import tutorialReducer from './tutorialReducer';
|
||||
import tutorialBuilderReducer from './tutorialBuilderReducer';
|
||||
|
||||
export default combineReducers({
|
||||
workspace: workspaceReducer,
|
||||
tutorial: tutorialReducer
|
||||
tutorial: tutorialReducer,
|
||||
builder: tutorialBuilderReducer
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user