UNPKG

@replyke/core

Version:

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

7 lines 269 B
"use client"; import { useContext } from "react"; import { CommentSectionContext, } from "../../context/comment-section-context"; export default function useCommentSection() { return useContext(CommentSectionContext); } //# sourceMappingURL=useCommentSection.js.map