UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

5 lines (3 loc) 145 B
import { useContext } from 'react' import { AuthContext } from '~/context/AuthContext' export const useAuth = () => useContext(AuthContext)