UNPKG

@replyke/core

Version:

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

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