fix: styles and add a country textfield in personal field
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Box, Typography } from '@mui/material';
|
||||
|
||||
const countryCodeMap: { [key: string]: string } = {
|
||||
export const countryCodeMap: { [key: string]: string } = {
|
||||
ایران: 'ir',
|
||||
قطر: 'qa',
|
||||
آلمان: 'de',
|
||||
|
||||
Reference in New Issue
Block a user