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