Initial Claude Run
This commit is contained in:
5
frontend/src/hooks/useAuth.js
Normal file
5
frontend/src/hooks/useAuth.js
Normal file
@@ -0,0 +1,5 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user