chore: move api to another component

This commit is contained in:
Koosha Lahouti
2025-08-14 09:06:53 +03:30
parent d42913bced
commit 5a72b597c8
9 changed files with 390 additions and 372 deletions

View File

@@ -10,8 +10,8 @@ import {
import { useTranslation } from 'react-i18next';
import { countries } from '@/features/profile/data/countries';
import { CountryFlag } from '@/components/CountryFlag';
import { Gender } from '@/features/profile/types';
import { type InfoRowData } from '@/features/profile/types';
import { Gender } from '@/features/profile/types/settingsType';
import { type InfoRowData } from '@/features/profile/types/settingsType';
interface InfoRowEditProps {
data: InfoRowData;