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,9 +1,6 @@
import { FlexBox } from '@/components/components/common/FlexBox';
import Logo from '@/components/Logo';
import { Paper } from '@mui/material';
import { useState } from 'react';
import { AuthenticationSteps } from '../components/AuthenticationSteps/AuthenticationSteps';
import { ForgetPasswordContainer } from '../components/ForgetPassword/ForgetPasswordContainer';
export function AuthenticationPage() {
return (