removing unused imports, creating a file for global decelaration

This commit is contained in:
مهرزاد قدرتی
2025-08-13 16:32:29 +03:30
parent 0a65e5f25c
commit 20da3f980e
21 changed files with 66 additions and 91 deletions

View File

@@ -1,6 +1,6 @@
import { Box, Button, Paper, TextField, Typography } from '@mui/material';
import { Button, TextField, Typography } from '@mui/material';
import parsePhoneNumberFromString from 'libphonenumber-js';
import React, { useRef, useState, type Dispatch } from 'react';
import { useRef, useState, type Dispatch } from 'react';
import { useTranslation } from 'react-i18next';
import { AuthenticationCard } from '../AuthenticationCard';
import { CountryCodeSelector } from '../CountryCodeSelector';