import useTranslation from 'next-translate/useTranslation' export const ProfileInfo: React.FC = () => { const { t } = useTranslation() return ( <>