UNPKG

@replyke/core

Version:

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

6 lines 235 B
import { useContext } from "react"; import { EntityListContext, } from "../../context/entity-list-context"; export default function useEntityList() { return useContext(EntityListContext); } //# sourceMappingURL=useEntityList.js.map