fix: code styles

This commit is contained in:
Koosha Lahouti
2025-08-15 15:29:14 +03:30
parent 0b42f4ccba
commit fe8947790d
14 changed files with 114 additions and 113 deletions

View File

@@ -15,12 +15,7 @@ import {
confirmPhoneNumberCode,
changePhoneNumber,
} from '../../api/settingsApi';
interface Phone {
phone: string;
time: string;
withCode: string;
}
import { type Phone } from '../../types/settingsType';
export function PhoneNumber() {
const { t, i18n } = useTranslation('setting');