Update context imports for simplicity and consistency

This commit is contained in:
2025-06-09 07:42:13 -05:00
parent 6a6c0934d5
commit 476d6c91b4
22 changed files with 30 additions and 34 deletions

View File

@ -0,0 +1,2 @@
export { AuthProvider, useAuth } from './Auth';
export { ThemeProvider, ThemeToggle } from './Theme';