Desc: - Edit investasi - Portofolio Investasi - Upload bukti transfer #No Issue
8 lines
266 B
TypeScript
8 lines
266 B
TypeScript
import { LayoutEditIntroInvestasi } from "@/app_modules/investasi";
|
|
import React from "react";
|
|
|
|
export default async function Layout({children}: {children: React.ReactNode}) {
|
|
return<>
|
|
<LayoutEditIntroInvestasi>{children}</LayoutEditIntroInvestasi>
|
|
</>
|
|
} |