feat: login form and page with country code part and animation

This commit is contained in:
Sajad Mirjalili
2025-07-18 02:54:03 +03:30
parent 22db28b287
commit ea94df5af3
12 changed files with 249 additions and 27 deletions

7
src/components/Logo.tsx Normal file
View File

@@ -0,0 +1,7 @@
import LogoSvg from '@/assets/logo.svg';
function Logo() {
return <img src={LogoSvg} style={{ width: '150px', height: 'auto' }} />;
}
export default Logo;