import styles from './hello.module.scss' export default function Problem(props) { return <p className={styles.hello}>Hello World</p> }