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 { FeedContext } from "../../context/feed-context"; export default function useFeed() { return useContext(FeedContext); } //# sourceMappingURL=useFeed.js.map