next.js/test/e2e/app-dir/navigation/app/not-found/not-found.js
not-found.js12 lines200 B
import styles from './style.module.css'

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