Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
deepsite
like
13.3k
Running
App
Files
Files
Community
377
Fetching metadata from the HF Docker repository...
d16ac3e
deepsite
/
app
/
projects
/
new
/
page.tsx
enzostvs
HF Staff
update multi pages
ec51066
17 days ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
{
AppEditor
}
from
"@/components/editor"
;
export
default
function
ProjectsNewPage
(
) {
return
<
AppEditor
isNew
/>
;
}