fix: Admin

Deskripsi:
- Penambahan field nama rekening di db bank
- Optimalisasi event
## No Issue
This commit is contained in:
2024-09-03 10:10:31 +08:00
parent 8a018462c7
commit 74108c3096
117 changed files with 2976 additions and 1144 deletions

View File

@@ -2,7 +2,6 @@
import { Group, Paper, SimpleGrid, Stack, Text, Title } from "@mantine/core";
import ComponentAdminGlobal_HeaderTamplate from "../../_admin_global/header_tamplate";
import ComponentAdminGlobal_LoadingPage from "../../_admin_global/loading_admin_page";
export default function AdminForum_Main({
countPublish,
@@ -23,7 +22,6 @@ export default function AdminForum_Main({
countLaporanKomentar={countLaporanKomentar}
/>
</Stack>
{/* <ComponentAdminGlobal_LoadingPage /> */}
</>
);
}