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

@@ -12,7 +12,7 @@ import { PageWrapper } from '../PageWrapper';
import { fetchProfile } from '../../api/settingsApi';
import type { LoginLog } from '../../types/settingsApiType';
import { useManualApi } from '@/hooks/useApi';
import { formatDate } from '@/utils/formatSessionDate'; // ✅ 1. IMPORT the shared function
import { formatDate } from '@/utils/formatSessionDate';
export function RecentLogins() {
const { t, i18n } = useTranslation('setting');