Files
zellyy-finance/src/contexts/AuthContext.tsx
gpt-engineer-app[bot] fd34c62170 Refactor AuthContext into smaller files
Refactors the AuthContext.tsx file into smaller, more manageable files to improve code organization and maintainability. The functionality remains the same.
2025-03-15 06:57:27 +00:00

5 lines
84 B
TypeScript

import { AuthProvider, useAuth } from './auth';
export { AuthProvider, useAuth };