UNPKG

@replyke/core

Version:

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

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