next.js/test/development/replayed-internal-errors/app/not-found.tsx
not-found.tsx12 lines187 B
import * as React from 'react'
import Link from 'next/link'

export default function Page() {
  return (
    <>
      <h1>Not found</h1>
      <Link href="/">go back</Link>
    </>
  )
}
Quest for Codev2.0.0
/
SIGN IN