Merge branch 'assessment' into tutorial
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { combineReducers } from 'redux';
|
||||
import workspaceReducer from './workspaceReducer';
|
||||
import tutorialReducer from './tutorialReducer';
|
||||
|
||||
export default combineReducers({
|
||||
workspace: workspaceReducer
|
||||
workspace: workspaceReducer,
|
||||
tutorial: tutorialReducer
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user