upd: web push

Deskripsi:
- pengaplikasian web push pada pengumuman

- pengaplikasian web push pada diskusi divisi

No Issues
This commit is contained in:
amel
2024-11-20 16:23:37 +08:00
parent 38cbc921f5
commit 062f78265e
5 changed files with 115 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ import { ScrollProvider } from "./components/scroll_provider";
import SkeletonUser from "./components/skeleton_user";
import SkeletonList from "./components/skeleton_list";
import { funViewDir } from "./fun/view_dir";
import { funSendWebPush } from "./fun/send_web_push";
export { WARNA };
export { LayoutLogin };
@@ -61,3 +62,4 @@ export { SkeletonUser }
export { SkeletonList }
export { keyWibu }
export { funViewDir }
export { funSendWebPush }