ilhamdev's picture
Upload folder using huggingface_hub
ece5841 verified
raw
history blame contribute delete
117 Bytes
import React from 'react'
const Password = () => {
return (
<div>Password</div>
)
}
export default Password