Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
penguinmod-editor
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
905a2de
penguinmod-editor
/
src
/
addons
/
hooks.js
soiz1
Upload 1525 files
f2bee8a
verified
3 months ago
raw
Copy download link
history
blame
Safe
152 Bytes
const
AddonHooks
= {
appStateReducer
:
() =>
{},
appStateStore
:
null
,
blockly
:
null
,
blocklyCallbacks
: []
};
export
default
AddonHooks
;