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