Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
hub-api-playground
like
75
Running
on
CPU Upgrade
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
refs/pr/4
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
>
;
}