UNPKG

@replyke/core

Version:

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

6 lines 208 B
import { useContext } from "react"; import { ListsContext } from "../../context/lists-context"; export default function useLists() { return useContext(ListsContext); } //# sourceMappingURL=useLists.js.map