Splits the Login component into smaller, more manageable parts and extracts related logic into hooks to improve code organization and readability.
3 lines
58 B
TypeScript
3 lines
58 B
TypeScript
|
|
export { AuthProvider, useAuth } from '@/contexts/auth';
|