import styles from 'css/module-scss' export default function Index() { return <h1 className={styles.div}>Hello world!</h1> }