import { useRouter } from "next/navigation";
const GoBack = () => {
// console.log(history);
return history.back();
};
export default GoBack;