UNPKG

@replyke/core

Version:

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

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