UNPKG

@replyke/core

Version:

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

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