import React from 'react'; import PropTypes from 'prop-types'; import { useTranslation } from 'react-i18next'; import BasicInfoSettings from './BasicInfoSettings'; import ProfileImageSettings from './ProfileImageSettings'; class UserSettings extends React.Component { render() { const { t } = this.props; return (