next.js/test/e2e/app-dir/random-in-sass/components/hello.tsx
hello.tsx6 lines138 B
import styles from './hello.module.scss'

export default function Problem(props) {
  return <p className={styles.hello}>Hello World</p>
}
Quest for Codev2.0.0
/
SIGN IN