import { useHistory } from "react-router-dom"; function MyComponent() { const history = useHistory(); return ( <button type="button" ...
確定! 回上一頁