next.js/test/integration/document-file-dependencies/pages/404.js
404.js10 lines183 B
import style from '../css/404.module.css'

export default function NotFound() {
  return (
    <div id="notFound" className={`global ${style.notFound}`}>
      error
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN