Skip to content

Commit

Permalink
Re-add code
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Oct 28, 2024
1 parent ef0978b commit 9375a27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hooks/useUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,8 @@ export const UserProvider = ({ children }) => {
)
}

const useUser = () => {
return useContext(UserContext)
}

export default useUser

0 comments on commit 9375a27

Please sign in to comment.