UNPKG

@replyke/core

Version:

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

7 lines 279 B
"use client"; import { useContext } from "react"; import { AppNotificationsContext, } from "../../context/app-notifications-context"; export default function useAppNotifications() { return useContext(AppNotificationsContext); } //# sourceMappingURL=useAppNotifications.js.map