- 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

@@ -1,5 +1,6 @@
"use client";
import AppComponentGlobal_LayoutTamplate from "@/app_modules/component_global/component_layout_tamplate";
import {
AppShell,
Box,
@@ -16,14 +17,12 @@ export default function LayoutPortofolioInvestasi({
children: React.ReactNode;
}) {
const [active, setActive] = useState(0);
return (
<>
<AppShell
>
<AppComponentGlobal_LayoutTamplate>
{children}
</AppShell>
</AppComponentGlobal_LayoutTamplate>
</>
);
}