import { useTranslation } from "react-i18next"; import { Icon, Icons } from "@/components/Icon"; import { useGoBack } from "@/hooks/useGoBack"; export function BackLink() { const { t } = useTranslation(); const goBack = useGoBack(); return (