import React from "react"; import { useNavigate } from "react-router-dom"; function ErrorPage() { const navigate = useNavigate(); return (