UNPKG

@replyke/core

Version:

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

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