fix
Desc: - Perubahan minor Issue: Di server master bidang bisnis tidak terpanggil
This commit is contained in:
9
src/app/dev/portofolio/main/[id]/layout.tsx
Normal file
9
src/app/dev/portofolio/main/[id]/layout.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { PortofolioLayout } from "@/app_modules/katalog/portofolio";
|
||||
|
||||
export default async function Layout({ children }: { children: any }) {
|
||||
return (
|
||||
<>
|
||||
<PortofolioLayout>{children}</PortofolioLayout>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user