File size: 122 Bytes
1e92f2d |
1 2 3 4 5 6 |
import styles from './styles.module.css'
export default function Foo() {
return <h1 className={styles.h1}>Hello</h1>
}
|
1e92f2d |
1 2 3 4 5 6 |
import styles from './styles.module.css'
export default function Foo() {
return <h1 className={styles.h1}>Hello</h1>
}
|