import { FaChevronLeft } from "react-icons/fa" import { useNavigate } from "react-router-dom" function Error({ error }) { const navigate = useNavigate(); return (
Oops! We couldn't find this page.
navigate('/home')} className="text-[18px]">Back to homepage