- Ganti Appshell ke tamplate buatan sendiri pada Investasi
## No Issuee
This commit is contained in:
2024-04-20 06:41:51 +08:00
parent e062632de7
commit f3e9b5efae
68 changed files with 485 additions and 129 deletions

View File

@@ -8,6 +8,7 @@ import { gs_midtrans_snap } from "../g_state";
import { IconArrowLeft } from "@tabler/icons-react";
import { title } from "process";
import { useRouter } from "next/navigation";
import AppComponentGlobal_LayoutTamplate from "@/app_modules/component_global/component_layout_tamplate";
export default function LayoutProsesTransaksiInvestasi({
children,
@@ -19,7 +20,7 @@ export default function LayoutProsesTransaksiInvestasi({
// console.log(snapShow)
return (
<>
<AppShell
<AppComponentGlobal_LayoutTamplate
header={
<Header height={50} sx={{ borderStyle: "none" }}>
<Group h={50} position="apart" px={"md"}>
@@ -38,7 +39,7 @@ export default function LayoutProsesTransaksiInvestasi({
}
>
<Box>{children}</Box>
</AppShell>
</AppComponentGlobal_LayoutTamplate>
</>
);
}