file import updated
This commit is contained in:
@@ -2,15 +2,12 @@
|
||||
|
||||
import { useCallback, useState } from 'react';
|
||||
import { X } from 'lucide-react';
|
||||
import {
|
||||
formatPhone,
|
||||
normalizeDigits,
|
||||
} from '../../../../shared/lib/formatPhone';
|
||||
import PhonePrefix from '../../../../shared/ui/phonePrefix';
|
||||
import { MotionWrapper } from '../../../../shared/ui/motion';
|
||||
import { useLoginForm } from '../lib/useLoginForm';
|
||||
import { useLoginModal, useRegisterModal } from '@/shared/zustand/auth';
|
||||
import { useTranslations } from 'next-intl';
|
||||
import { formatPhone, normalizeDigits } from '@/shared/lib/formatPhone';
|
||||
import { MotionWrapper } from '@/shared/ui';
|
||||
import PhonePrefix from '@/shared/ui/phonePrefix';
|
||||
|
||||
export function LoginForm() {
|
||||
const [isFocused, setIsFocused] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user