auth WIP 2
This commit is contained in:
@ -3,9 +3,7 @@ import AuthContext from "./auth-provider"
|
||||
|
||||
|
||||
function useAuth() {
|
||||
return (
|
||||
useContext(AuthContext)
|
||||
);
|
||||
return useContext(AuthContext);
|
||||
}
|
||||
|
||||
export default useAuth;
|
||||
|
||||
Reference in New Issue
Block a user