next.js/test/integration/critical-css/components/hello.js
hello.js6 lines130 B
import styles from './hello.module.css'

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