import styles from '../style.module.css' export default function Page() { return <div className={styles.foo}>Hello</div> }