refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user