chore: move api to another component
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user