fix: build errors and version
This commit is contained in:
@@ -4,10 +4,7 @@ import { useRef, useState, type ChangeEvent, type Dispatch } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { AuthenticationCard } from '../AuthenticationCard';
|
||||
import { CountryCodeSelector } from '../../../../components/CountryCodeSelector';
|
||||
import {
|
||||
sendSmsCodeCompleteUserInforamation,
|
||||
sendSmsOtp,
|
||||
} from '../../api/authorizationAPI';
|
||||
import { sendSmsCodeCompleteUserInforamation } from '../../api/authorizationAPI';
|
||||
import type { CountryCode } from '@/types/commonTypes';
|
||||
import { useApi } from '@/hooks/useApi';
|
||||
import { replacePersianWithRealNumbers } from '@/utils/replacePersianWithRealNumbers';
|
||||
|
||||
Reference in New Issue
Block a user