import * as React from 'react' import Link from 'next/link' /** Add your relevant code here for the issue to reproduce */ export default function Home() { return ( <> Go to a page that calls redirect() Go to a page that calls notFound() ) }