upd: notifikasi

Deskripsi:
- tambah jumlah notifikasi dg variable global

No Issues
This commit is contained in:
amel
2024-10-09 16:07:02 +08:00
parent 7a110a9c0c
commit 8f46be4bf8
4 changed files with 22 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
import { funGetHome } from "./lib/api_home";
import { globalParamJumlahNotif } from "./lib/val_home";
import ViewDetailFeature from "./ui/view_detail_feature";
import ViewHome from "./ui/view_home";
import ViewNotification from "./ui/view_notification";
@@ -8,4 +9,5 @@ export { ViewHome }
export { ViewDetailFeature }
export { ViewSearch }
export { ViewNotification }
export { funGetHome }
export { funGetHome }
export { globalParamJumlahNotif }