fix
Desc: - Perubahan metode pengambilan data dari API ke use server
This commit is contained in:
8
src/app/dev/portofolio/create/layout.tsx
Normal file
8
src/app/dev/portofolio/create/layout.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { PortofolioLayout } from "@/app_modules/katalog/portofolio";
|
||||
import React from "react";
|
||||
|
||||
export default async function Layout({children}: {children: React.ReactNode}) {
|
||||
return<>
|
||||
<PortofolioLayout>{children}</PortofolioLayout>
|
||||
</>
|
||||
}
|
||||
Reference in New Issue
Block a user