Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/deepsite
Humbl3m33
/
vibecoderv3
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
main
vibecoderv3
/
app
/
(public)
/
page.tsx
enzostvs
HF Staff
remove /projects route
813f0e0
about 1 month ago
raw
Copy download link
history
blame
126 Bytes
import
{
MyProjects
}
from
"@/components/my-projects"
;
export
default
async
function
HomePage
(
) {
return
<
MyProjects
/>
;
}