Fix: Event

Deksripsi
- Fix notifikasi
- Fix load beranda
- Fix reload button di admin
This commit is contained in:
2024-11-15 17:34:06 +08:00
parent afe7040d0e
commit 1f8bfcbed9
48 changed files with 1845 additions and 1241 deletions

View File

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

View File

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

View File

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