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