Fix: Notifikasi
Deskripsi: - Fix tampilan & route norifkasi - Pengambilan data diatur per notifikasi agar lebih cepat
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { atom } from "jotai";
|
||||
import { atomWithStorage } from "jotai/utils";
|
||||
|
||||
export const gs_notifikasi_kategori_app = atomWithStorage(
|
||||
"gs_notifikasi_kategori_app",
|
||||
"Semua"
|
||||
)
|
||||
""
|
||||
);
|
||||
|
||||
// export const gs_notifikasi_page = atom<string>("");
|
||||
|
||||
Reference in New Issue
Block a user