0
The onClick function will execute when the user clicks the Go Back button.
Library: next
next
0 Comments
import Router from 'next/router' <div onClick={() => Router.back()}>Go Back</div>