Refactors the AuthContext.tsx file into smaller, more manageable files to improve code organization and maintainability. The functionality remains the same.
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
|
|
import { AuthProvider, useAuth } from './auth';
|
|
|
|
export { AuthProvider, useAuth };
|