Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MCP-1st-Birthday
/
Reuben_OS
like
20
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
Reuben_OS
/
app
/
page.tsx
Reubencf
First Push
8af739b
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
143 Bytes
'use client'
import
React
from
'react'
import
{
Desktop
}
from
'./components/Desktop'
export
default
function
Home
(
) {
return
<
Desktop
/>
}