next.js/test/development/app-dir/segment-explorer/app/dynamic/full/not-found.tsx
not-found.tsx6 lines83 B
'use client'

export default function NotFound() {
  return <div>Not Found</div>
}
Quest for Codev2.0.0
/
SIGN IN