import { MarkGithubIcon } from '@primer/octicons-react' import { useTranslation } from 'components/hooks/useTranslation' export const SmallFooter = () => { const { t } = useTranslation('footer') return ( ) }