| import { useContext } from 'react'; | |
| import { AuthContext } from './authContext'; | |
| export const useAuth = () => useContext(AuthContext); | |
| import { useContext } from 'react'; | |
| import { AuthContext } from './authContext'; | |
| export const useAuth = () => useContext(AuthContext); | |