upd: banner

Deskripsi:
- pengaplikasian api banner pada halaman home
- pengaplikasian api banner pada halaman detail divisi

No Issues
This commit is contained in:
amel
2024-10-09 12:25:47 +08:00
parent bdfddf9121
commit a61cd084b4
6 changed files with 114 additions and 41 deletions

View File

@@ -1,3 +1,4 @@
import { funGetHome } from "./lib/api_home";
import ViewDetailFeature from "./ui/view_detail_feature";
import ViewHome from "./ui/view_home";
import ViewNotification from "./ui/view_notification";
@@ -6,4 +7,5 @@ import ViewSearch from "./ui/view_search";
export { ViewHome }
export { ViewDetailFeature }
export { ViewSearch }
export { ViewNotification }
export { ViewNotification }
export { funGetHome }