Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hanzo-Community
/
devforge
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6310e51
devforge
/
app
/
page.tsx
Hanzo Dev
Initial commit
23c1680
7 months ago
raw
Copy download link
history
blame
Safe
241 Bytes
import
{
Hero
}
from
'@/components/sections/hero'
import
{
Features
}
from
'@/components/sections/features'
export
default
function
Home
(
) {
return
(
<
main
className
=
"min-h-screen"
>
<
Hero
/>
<
Features
/>
</
main
>
)
}