mobadara's picture
initialized frontend
ed483bc
raw
history blame contribute delete
136 Bytes
import { useContext } from 'react';
import { AuthContext } from './authContext';
export const useAuth = () => useContext(AuthContext);