Files
turftracker/frontend/src/hooks/useAuth.js
2025-08-21 07:06:36 -05:00

5 lines
223 B
JavaScript

import { useAuth as useAuthContext } from '../contexts/AuthContext';
// Re-export the useAuth hook from the context
// This allows for easier imports and potential future enhancements
export const useAuth = useAuthContext;