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
/
Settings
/
Password.jsx
ilhamdev
Upload folder using huggingface_hub
ece5841
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
117 Bytes
import
React
from
'react'
const
Password
= (
) => {
return
(
<
div
>
Password
</
div
>
)
}
export
default
Password