import { FC } from 'react' import { useTranslation } from 'react-i18next' import AvatarImage from '../../assets/images/avatar_image.png' import Button from '../../components/Button' import { DocumentUpload, Edit } from 'iconsax-react' import Input from '../../components/Input' import DatePickerComponent from '../../components/DatePicker' import Select from '../../components/Select' import Textarea from '../../components/Textarea' const Profile: FC = () => { const { t } = useTranslation('global') return (
{t('profile.account_user')}
{t('profile.image_profile')}
{t('profile.image_profile_desc')}

{t('profile.format_image')}

{t('profile.info_account')}
{t('profile.auth_after_change_info')}
{t('edit')}
{t('edit')}
{t('edit')}
{t('profile.personal_information')}
{t('profile.enter_carefully_your_information')}
{ }} placeholder='' defaulValue='1400-01-01' />
{t('profile.address')}
{t('profile.address_live')}