fix layout donasi:
- fix publish detail
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
import { LayoutDonasi_InvoiceProses } from "@/app_modules/donasi";
|
||||
import React from "react";
|
||||
|
||||
export default async function Layout({children}: {children: React.ReactNode}) {
|
||||
return<>
|
||||
<LayoutDonasi_InvoiceProses>{children}</LayoutDonasi_InvoiceProses>
|
||||
export default async function Layout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
<LayoutDonasi_InvoiceProses>{children}</LayoutDonasi_InvoiceProses>
|
||||
</>
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user