Deskripsi:
- button load pada layout

No Issues
This commit is contained in:
amel
2024-10-09 17:34:04 +08:00
parent 8f46be4bf8
commit f9ed35813f
2 changed files with 10 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ import { useWibuRealtime } from "wibu-realtime";
import NotificationCustome from "./notification_custome";
import { useRouter } from "next/navigation";
import { globalParamJumlahNotif } from "@/module/home";
import ReloadButtonTop from "./reload_button_top";
export default function WrapLayout({ children, role, theme, user }: { children: React.ReactNode, role: any, theme: any, user: any }) {
const router = useRouter()
@@ -52,6 +53,15 @@ export default function WrapLayout({ children, role, theme, user }: { children:
onClose={() => { '' }}
/>
}
{/* <ReloadButtonTop
onReload={
() => {
''
}
}
title='UPDATE'
/> */}
{children}
</>
);