Initial Claude Run

This commit is contained in:
Jake Kasper
2025-08-21 07:06:36 -05:00
parent 5ead64afcd
commit 2a46f7261e
53 changed files with 7633 additions and 2 deletions

View 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;