Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/hub-api-playground
Nymbo
/
hub-api-playground
like
0
Sleeping
App
Files
Files
Community
5be784e
hub-api-playground
/
app
/
page.tsx
Esteves Enzo
change structure, adding custom routes
5be784e
about 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
import
{
Editor
}
from
"@/components/editor"
;
import
Image
from
"next/image"
;
export
default
function
Home
(
) {
return
<
section
className
=
"h-full"
>
lol
</
section
>
;
}