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