Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PeterPinetree
/
QuickAppBuilder
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
QuickAppBuilder
/
app
/
projects
/
new
/
page.tsx
enzostvs
HF Staff
update multi pages
ec51066
8 months ago
raw
Copy download link
history
blame
contribute
delete
126 Bytes
import
{
AppEditor
}
from
"@/components/editor"
;
export
default
function
ProjectsNewPage
(
) {
return
<
AppEditor
isNew
/>
;
}