mobadara's picture
initialized frontend
ed483bc
Raw
History Blame
136 Bytes
import { useContext } from 'react';
import { AuthContext } from './authContext';
export const useAuth = () => useContext(AuthContext);