Initial commit from ux_aura_assistant
This commit is contained in:
7
hooks/useAuth.ts
Normal file
7
hooks/useAuth.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
import { useAuthContext } from '../contexts/AuthContext';
|
||||
|
||||
// Export as useAuth to maintain backward compatibility
|
||||
export const useAuth = () => {
|
||||
return useAuthContext();
|
||||
};
|
||||
Reference in New Issue
Block a user