react-code-dataset
/
next.js
/test
/development
/app-dir
/segment-explorer
/app
/boundary
/not-found.tsx
| export default function NotFound() { | |
| return <h2>Custom Not Found</h2> | |
| } | |