This commit is contained in:
smanylov
2025-12-27 12:10:13 +07:00
parent aaa95091d2
commit f8bbf56f47
9 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
'use client'
import { useState, ChangeEvent, useEffect, useRef, KeyboardEvent } from 'react';
import styles from '@/app/styles/login.module.scss';
import styles from '@/app/styles/module/login.module.scss';
interface PhoneInputProps {
phoneState: string | undefined;