first Blockly functionalities
Attention: the buttons currently trigger an error
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { combineReducers } from 'redux';
|
||||
import workspaceReducer from './workspaceReducer';
|
||||
|
||||
export default combineReducers({
|
||||
workspace: workspaceReducer
|
||||
});
|
||||
Reference in New Issue
Block a user