Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gdhdp
/
nova1
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nova1
/
app
/
page.tsx
gdhdp
Upload 89 files
31abd2c
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
196 Bytes
import
{
Analytics
}
from
"@vercel/analytics/react"
;
import
{
Home
}
from
"./components/home"
;
export
default
function
App
(
) {
return
(
<>
<
Home
/>
<
Analytics
/>
</>
);
}