Files
sistem-desa-mandiri/src/app/makuro/_lib/state.ts
amel d847c97bec upd: webpush
Deskripsi:
- database push notification
- update package
- memasang webpush

NO Issues
2024-11-18 17:12:58 +08:00

3 lines
110 B
TypeScript

import { hookstate } from "@hookstate/core";
export const subState = hookstate<PushSubscription | null>(null)