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