fix
Desc: - Perubahan pengambilan data dari API ke Function use server No issue
This commit is contained in:
10
src/app/dev/profile/create/[id]/layout.tsx
Normal file
10
src/app/dev/profile/create/[id]/layout.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ProfileLayout } from "@/app_modules/katalog/profile";
|
||||
|
||||
export default function Layout({ children }: { children: any }) {
|
||||
return (
|
||||
<>
|
||||
<ProfileLayout>{children}</ProfileLayout>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user