import { action } from './action' export default function Target() { return ( <form id="target-page" action={action}> Target </form> ) }