import { useTranslation } from 'next-i18next' const SwipeableTabs = ({ onChange, tabs, tabIndex }) => { const { t } = useTranslation('common') return (