next.js/test/integration/css-fixtures/unresolved-css-url/pages/another.js
another.js6 lines137 B
import styles from './another.module.scss'

export default function Page() {
  return <p className={styles.first}>Hello from index</p>
}
Quest for Codev2.0.0
/
SIGN IN