UNPKG

@replyke/core

Version:

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

6 lines 219 B
import { useContext } from "react"; import { ReplykeContext, } from "../../context/replyke-context"; export default function useProject() { return useContext(ReplykeContext); } //# sourceMappingURL=useProject.js.map