Fix: Notifikasi

Deskripsi:
- Fix tampilan & route norifkasi
- Pengambilan data diatur per notifikasi agar lebih cepat
This commit is contained in:
2024-11-13 12:04:45 +08:00
parent 1b58ba7d90
commit 82f5b237ae
30 changed files with 941 additions and 62 deletions

View File

@@ -0,0 +1,3 @@
import Notifikasi_ViewNewMain from "./view_new_notifikasi";
export { Notifikasi_ViewNewMain };

View File

@@ -0,0 +1,6 @@
export default function Notifikasi_ViewNewMain(){
return<>
</>
}