Spaces:
Running
Running
File size: 152 Bytes
6bcb42f |
1 2 3 4 5 6 7 8 9 |
const AddonHooks = {
appStateReducer: () => {},
appStateStore: null,
blockly: null,
blocklyCallbacks: []
};
export default AddonHooks;
|