Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import styles from './styles.module.css'
export default function Foo() {
return <h1 className={styles.h1}>Hello</h1>
}