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