File size: 136 Bytes
ed483bc
 
 
 
1
2
3
4
5
import { useContext } from 'react';
import { AuthContext } from './authContext';

export const useAuth = () => useContext(AuthContext);