import styles from './styles.module.css' export default function Foo() { return <h1 className={styles.h1}>Hello</h1> }