fix: styles and add a country textfield in personal field

This commit is contained in:
2025-07-23 17:28:25 +03:30
parent 3b3db1be41
commit 9c9e148426
7 changed files with 381 additions and 327 deletions

View File

@@ -1,6 +1,6 @@
import { Box, Typography } from '@mui/material';
const countryCodeMap: { [key: string]: string } = {
export const countryCodeMap: { [key: string]: string } = {
ایران: 'ir',
قطر: 'qa',
آلمان: 'de',