next.js/test/e2e/app-dir/not-found-with-pages-i18n/app/not-found.tsx
not-found.tsx11 lines176 B
import React from 'react'

const NotFound = () => (
  <div>
    <h1>APP ROUTER - 404 PAGE</h1>
    <p>This page is using the APP ROUTER</p>
  </div>
)

export default NotFound
Quest for Codev2.0.0
/
SIGN IN