Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
crossentropy-ai
/
rlcube
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ed482ba
rlcube
/
src
/
app
/
page.tsx
imwithye
add cube piece
e95d66b
3 months ago
raw
Copy download link
history
blame
130 Bytes
import
{
Canvas
}
from
"@/components/canvas"
;
export
default
function
Home
(
) {
return
(
<>
<
Canvas
/>
</>
);
}