import { useTranslation } from 'react-i18next' export function SkipToMain() { const { t } = useTranslation() return ( {t('Skip to Main')} ) }