Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kalhdrawi
/
omnidev
like
3
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
main
omnidev
/
app
/
projects
/
new
/
page.tsx
fokan
Initial commit
eecbedf
about 15 hours ago
raw
Copy download link
history
blame
Safe
126 Bytes
import
{
AppEditor
}
from
"@/components/editor"
;
export
default
function
ProjectsNewPage
(
) {
return
<
AppEditor
isNew
/>
;
}