Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
s4s-editor
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8f5f2da
s4s-editor
/
src
/
addons
/
hooks.js
soiz1
Upload 2891 files
6bcb42f
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
152 Bytes
const
AddonHooks
= {
appStateReducer
:
() =>
{},
appStateStore
:
null
,
blockly
:
null
,
blocklyCallbacks
: []
};
export
default
AddonHooks
;