Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ongudidan
/
deepsite-v2
like
15
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
deepsite-v2
/
app
/
projects
/
new
/
page.tsx
ongudidan
Initial DeepSite v2 upload
cececac
3 months ago
raw
Copy download link
history
blame
contribute
delete
126 Bytes
import
{
AppEditor
}
from
"@/components/editor"
;
export
default
function
ProjectsNewPage
(
) {
return
<
AppEditor
isNew
/>
;
}