Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
penguinmod-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3c4be41
penguinmod-test
/
src
/
addons
/
hooks.js
soiz1
Upload folder using huggingface_hub
540b600
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
152 Bytes
const
AddonHooks
= {
appStateReducer
:
() =>
{},
appStateStore
:
null
,
blockly
:
null
,
blocklyCallbacks
: []
};
export
default
AddonHooks
;