next.js/test/e2e/app-dir/scss/scss-mixins/app/page.tsx
page.tsx10 lines167 B
import styles from './page.module.scss'

export default function Home() {
  return (
    <h1 className={styles.data} id="the-title">
      Hello World
    </h1>
  )
}
Quest for Codev2.0.0
/
SIGN IN