Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/deepsite
BrendonP
/
deepsite
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
deepsite
/
app
/
projects
/
new
/
page.tsx
enzostvs
HF Staff
initial
c10f8f8
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
125 Bytes
import
{
AppEditor
}
from
"@/components/editor"
;
export
default
function
NewProjectPage
(
) {
return
<
AppEditor
isNew
/>
;
}