UNPKG

@replyke/core

Version:

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

10 lines 419 B
"use strict"; "use client"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = useAppNotifications; var react_1 = require("react"); var app_notifications_context_1 = require("../../context/app-notifications-context"); function useAppNotifications() { return (0, react_1.useContext)(app_notifications_context_1.AppNotificationsContext); } //# sourceMappingURL=useAppNotifications.js.map