Refactor Login component

Splits the Login component into smaller, more manageable parts and extracts related logic into hooks to improve code organization and readability.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 12:39:09 +00:00
parent 511a5bb2da
commit e687047401
8 changed files with 453 additions and 326 deletions

View File

@@ -1,4 +1,2 @@
import { AuthProvider, useAuth } from './auth';
export { AuthProvider, useAuth };
export { AuthProvider, useAuth } from '@/contexts/auth';