next.js/test/e2e/app-dir/app-css/app/not-found/not-found.js
not-found.js10 lines185 B
import styles from './style.module.css'

export default function NestedNotFound() {
  return (
    <h1 id="not-found-component" className={styles.red}>
      Not Found!
    </h1>
  )
}
Quest for Codev2.0.0
/
SIGN IN