next.js/test/e2e/app-dir/actions/app/delayed-action/other-page.tsx
other-page.tsx10 lines187 B
import Link from 'next/link'

export default function Other() {
  return (
    <div id="other-page">
      Hello from Other Page <Link href="/delayed-action">Back</Link>
    </div>
  )
}
Quest for Codev2.0.0
/
SIGN IN