UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

6 lines 203 B
import { useContext } from "react"; import { AuthContext } from "../../context/auth-context"; export default function useAuth() { return useContext(AuthContext); } //# sourceMappingURL=useAuth.js.map