## Deskripsi:
- Perubahan tampilan notifikasi
- Pin map sesuai logo
- Pin map bisa custom
### No Issue
This commit is contained in:
2024-08-23 14:15:11 +08:00
parent cae318c5e3
commit a6bb993b0d
75 changed files with 1602 additions and 646 deletions

View File

@@ -0,0 +1,6 @@
import { atomWithStorage } from "jotai/utils";
export const gs_notifikasi_kategori_app = atomWithStorage(
"gs_notifikasi_kategori_app",
"Semua"
)