fix: build errors, authentication card margin

This commit is contained in:
Sajad Mirjalili
2025-08-21 15:10:57 +03:30
parent 5fb02434a2
commit 037f208f05
5 changed files with 5 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ import {
import { useTranslation } from 'react-i18next';
import { Link } from 'react-router-dom';
import type { AuthType } from '../../types/authTypes';
import type { CountryCode, GUID } from '@/types/commonTypes';
import type { CountryCode } from '@/types/commonTypes';
import {
loginWithPassword,
sendEmailOtp,