Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ilhamdev
/
chessGame
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chessGame
/
frontend
/
src
/
pages
/
Home.jsx
ilhamdev
Upload folder using huggingface_hub
ece5841
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
145 Bytes
import
React
from
'react'
import
{
Text
}
from
'@mantine/core'
const
Home
= (
) => {
return
(
<
Text
>
Home
</
Text
>
)
}
export
default
Home