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
/
entry.js
soiz1
Upload folder using huggingface_hub
540b600
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
110 Bytes
const
runAddons
= (
) => {
import
(
/* webpackChunkName: "addons" */
'./api'
);
};
export
default
runAddons;