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